Fix version order to find latest version #926
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / Test Results
failed
Oct 27, 2023 in 0s
1 fail, 524 pass in 2h 51m 14s
Annotations
Check warning on line 0 in uk.co.gresearch.spark.SparkSuite
github-actions / Test Results
1 out of 36 runs failed: Spark timestamp to .Net ticks (uk.co.gresearch.spark.SparkSuite)
artifacts/JVM Test Results (Spark 4.0.0-SNAPSHOT Scala 2.13.8)/surefire-reports/TEST-uk.co.gresearch.spark.SparkSuite.xml [took 0s]
Raw output
"[DATATYPE_MISMATCH.UNEXPECTED_INPUT_TYPE] Cannot resolve "unix_micros(ts)" due to data type mismatch: Parameter 1 requires the "TIMESTAMP" type, however "ts" has the type "BIGINT". SQLSTATE: 42K09;
'Project [unresolvedalias('`+`(cast('`*`(unix_micros(ts#8151L), 10) as bigint), 621355968000000000), Some(org.apache.spark.sql.Column$$Lambda$4652/0x00007f4841214988@1d82e24c))]
+- Project [value#8148L AS ts#8151L]
 +- LocalRelation [value#8148L]
" did not start with "[DATATYPE_MISMATCH.UNEXPECTED_INPUT_TYPE] Cannot resolve "unix_micros(ts)" due to data type mismatch: Parameter 1 requires the "TIMESTAMP" type, however "ts" has the type "BIGINT".;"
org.scalatest.exceptions.TestFailedException: "[DATATYPE_MISMATCH.UNEXPECTED_INPUT_TYPE] Cannot resolve "unix_micros(ts)" due to data type mismatch: Parameter 1 requires the "TIMESTAMP" type, however "ts" has the type "BIGINT". SQLSTATE: 42K09;
'Project [unresolvedalias('`+`(cast('`*`(unix_micros(ts#8151L), 10) as bigint), 621355968000000000), Some(org.apache.spark.sql.Column$$Lambda$4652/0x00007f4841214988@1d82e24c))]
+- Project [value#8148L AS ts#8151L]
+- LocalRelation [value#8148L]
" did not start with "[DATATYPE_MISMATCH.UNEXPECTED_INPUT_TYPE] Cannot resolve "unix_micros(ts)" due to data type mismatch: Parameter 1 requires the "TIMESTAMP" type, however "ts" has the type "BIGINT".;"
at org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:472)
at org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:471)
at org.scalatest.Assertions$.newAssertionFailedException(Assertions.scala:1231)
at org.scalatest.Assertions$AssertionsHelper.macroAssert(Assertions.scala:1295)
at uk.co.gresearch.spark.SparkSuite.$anonfun$new$128(SparkSuite.scala:613)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.funsuite.AnyFunSuiteLike$$anon$1.apply(AnyFunSuiteLike.scala:190)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.scalatest.funsuite.AnyFunSuite.withFixture(AnyFunSuite.scala:1563)
at org.scalatest.funsuite.AnyFunSuiteLike.invokeWithFixture$1(AnyFunSuiteLike.scala:188)
at org.scalatest.funsuite.AnyFunSuiteLike.$anonfun$runTest$1(AnyFunSuiteLike.scala:200)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.funsuite.AnyFunSuiteLike.runTest(AnyFunSuiteLike.scala:200)
at org.scalatest.funsuite.AnyFunSuiteLike.runTest$(AnyFunSuiteLike.scala:182)
at org.scalatest.funsuite.AnyFunSuite.runTest(AnyFunSuite.scala:1563)
at org.scalatest.funsuite.AnyFunSuiteLike.$anonfun$runTests$1(AnyFunSuiteLike.scala:233)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.funsuite.AnyFunSuiteLike.runTests(AnyFunSuiteLike.scala:233)
at org.scalatest.funsuite.AnyFunSuiteLike.runTests$(AnyFunSuiteLike.scala:232)
at org.scalatest.funsuite.AnyFunSuite.runTests(AnyFunSuite.scala:1563)
at org.scalatest.Suite.run(Suite.scala:1112)
at org.scalatest.Suite.run$(Suite.scala:1094)
at org.scalatest.funsuite.AnyFunSuite.org$scalatest$funsuite$AnyFunSuiteLike$$super$run(AnyFunSuite.scala:1563)
at org.scalatest.funsuite.AnyFunSuiteLike.$anonfun$run$1(AnyFunSuiteLike.scala:237)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.funsuite.AnyFunSuiteLike.run(AnyFunSuiteLike.scala:237)
at org.scalatest.funsuite.AnyFunSuiteLike.run$(AnyFunSuiteLike.scala:236)
at org.scalatest.funsuite.AnyFunSuite.run(AnyFunSuite.scala:1563)
at org.scalatest.Suite.callExecuteOnSuite$1(Suite.scala:1175)
at org.scalatest.Suite.$anonfun$runNestedSuites$1(Suite.scala:1222)
at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1328)
at org.scalatest.Suite.runNestedSuites(Suite.scala:1220)
at org.scalatest.Suite.runNestedSuites$(Suite.scala:1154)
at org.scalatest.tools.DiscoverySuite.runNestedSuites(DiscoverySuite.scala:30)
at org.scalatest.Suite.run(Suite.scala:1109)
at org.scalatest.Suite.run$(Suite.scala:1094)
at org.scalatest.tools.DiscoverySuite.run(DiscoverySuite.scala:30)
at org.scalatest.tools.SuiteRunner.run(SuiteRunner.scala:45)
at org.scalatest.tools.Runner$.$anonfun$doRunRunRunDaDoRunRun$13(Runner.scala:1320)
at org.scalatest.tools.Runner$.$anonfun$doRunRunRunDaDoRunRun$13$adapted(Runner.scala:1314)
at scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.tools.Runner$.doRunRunRunDaDoRunRun(Runner.scala:1314)
at org.scalatest.tools.Runner$.$anonfun$runOptionallyWithPassFailReporter$24(Runner.scala:993)
at org.scalatest.tools.Runner$.$anonfun$runOptionallyWithPassFailReporter$24$adapted(Runner.scala:971)
at org.scalatest.tools.Runner$.withClassLoaderAndDispatchReporter(Runner.scala:1480)
at org.scalatest.tools.Runner$.runOptionallyWithPassFailReporter(Runner.scala:971)
at org.scalatest.tools.Runner$.main(Runner.scala:775)
at org.scalatest.tools.Runner.main(Runner.scala)
Check notice on line 0 in .github
github-actions / Test Results
525 tests found
There are 525 tests, see "Raw output" for the full list of tests.
Raw output
DiffTest ‑ test_dataframe_diff
DiffTest ‑ test_dataframe_diff_with_changes
DiffTest ‑ test_dataframe_diff_with_default_options
DiffTest ‑ test_dataframe_diff_with_diff_mode_column_by_column
DiffTest ‑ test_dataframe_diff_with_diff_mode_left_side
DiffTest ‑ test_dataframe_diff_with_diff_mode_right_side
DiffTest ‑ test_dataframe_diff_with_diff_mode_side_by_side
DiffTest ‑ test_dataframe_diff_with_options
DiffTest ‑ test_dataframe_diff_with_sparse_mode
DiffTest ‑ test_dataframe_diffwith
DiffTest ‑ test_diff_comparators
DiffTest ‑ test_diff_fluent_setters
DiffTest ‑ test_diff_mode_consts
DiffTest ‑ test_diff_options_default
DiffTest ‑ test_diff_options_with_duplicate_comparators
DiffTest ‑ test_diff_with_comparators
DiffTest ‑ test_differ_diff
DiffTest ‑ test_differ_diff_in_diff_mode_column_by_column
DiffTest ‑ test_differ_diff_in_diff_mode_left_side
DiffTest ‑ test_differ_diff_in_diff_mode_right_side
DiffTest ‑ test_differ_diff_in_diff_mode_side_by_side
DiffTest ‑ test_differ_diff_with_changes
DiffTest ‑ test_differ_diff_with_default_options
DiffTest ‑ test_differ_diff_with_options
DiffTest ‑ test_differ_diff_with_sparse_mode
DiffTest ‑ test_differ_diffwith
HistogramTest ‑ test_histogram_with_floats
HistogramTest ‑ test_histogram_with_ints
JobDescriptionTest ‑ test_append_job_description
JobDescriptionTest ‑ test_with_job_description
PackageTest ‑ test_dotnet_ticks_to_timestamp
PackageTest ‑ test_dotnet_ticks_to_unix_epoch
PackageTest ‑ test_dotnet_ticks_to_unix_epoch_nanos
PackageTest ‑ test_timestamp_to_dotnet_ticks
PackageTest ‑ test_unix_epoch_dotnet_ticks
PackageTest ‑ test_unix_epoch_nanos_to_dotnet_ticks
ParquetTest ‑ test_parquet_block_columns
ParquetTest ‑ test_parquet_blocks
ParquetTest ‑ test_parquet_metadata
ParquetTest ‑ test_parquet_partitions
RowNumberTest ‑ test_row_numbers
RowNumberTest ‑ test_row_numbers_order_desc_one_column
RowNumberTest ‑ test_row_numbers_order_desc_two_columns
RowNumberTest ‑ test_row_numbers_order_not_asc_one_column
RowNumberTest ‑ test_row_numbers_order_not_asc_two_columns
RowNumberTest ‑ test_row_numbers_order_one_column
RowNumberTest ‑ test_row_numbers_order_two_columns
RowNumberTest ‑ test_row_numbers_row_number_col_name
RowNumberTest ‑ test_row_numbers_unpersist
test.test_diff.DiffTest ‑ test_dataframe_diff
test.test_diff.DiffTest ‑ test_dataframe_diff_with_changes
test.test_diff.DiffTest ‑ test_dataframe_diff_with_default_options
test.test_diff.DiffTest ‑ test_dataframe_diff_with_diff_mode_column_by_column
test.test_diff.DiffTest ‑ test_dataframe_diff_with_diff_mode_left_side
test.test_diff.DiffTest ‑ test_dataframe_diff_with_diff_mode_right_side
test.test_diff.DiffTest ‑ test_dataframe_diff_with_diff_mode_side_by_side
test.test_diff.DiffTest ‑ test_dataframe_diff_with_options
test.test_diff.DiffTest ‑ test_dataframe_diff_with_sparse_mode
test.test_diff.DiffTest ‑ test_dataframe_diffwith
test.test_diff.DiffTest ‑ test_diff_comparators
test.test_diff.DiffTest ‑ test_diff_fluent_setters
test.test_diff.DiffTest ‑ test_diff_mode_consts
test.test_diff.DiffTest ‑ test_diff_options_default
test.test_diff.DiffTest ‑ test_diff_options_with_duplicate_comparators
test.test_diff.DiffTest ‑ test_diff_with_comparators
test.test_diff.DiffTest ‑ test_differ_diff
test.test_diff.DiffTest ‑ test_differ_diff_in_diff_mode_column_by_column
test.test_diff.DiffTest ‑ test_differ_diff_in_diff_mode_left_side
test.test_diff.DiffTest ‑ test_differ_diff_in_diff_mode_right_side
test.test_diff.DiffTest ‑ test_differ_diff_in_diff_mode_side_by_side
test.test_diff.DiffTest ‑ test_differ_diff_with_changes
test.test_diff.DiffTest ‑ test_differ_diff_with_default_options
test.test_diff.DiffTest ‑ test_differ_diff_with_options
test.test_diff.DiffTest ‑ test_differ_diff_with_sparse_mode
test.test_diff.DiffTest ‑ test_differ_diffwith
test.test_histogram.HistogramTest ‑ test_histogram_with_floats
test.test_histogram.HistogramTest ‑ test_histogram_with_ints
test.test_job_description.JobDescriptionTest ‑ test_append_job_description
test.test_job_description.JobDescriptionTest ‑ test_with_job_description
test.test_package.PackageTest ‑ test_dotnet_ticks_to_timestamp
test.test_package.PackageTest ‑ test_dotnet_ticks_to_unix_epoch
test.test_package.PackageTest ‑ test_dotnet_ticks_to_unix_epoch_nanos
test.test_package.PackageTest ‑ test_timestamp_to_dotnet_ticks
test.test_package.PackageTest ‑ test_unix_epoch_dotnet_ticks
test.test_package.PackageTest ‑ test_unix_epoch_nanos_to_dotnet_ticks
test.test_parquet.ParquetTest ‑ test_parquet_block_columns
test.test_parquet.ParquetTest ‑ test_parquet_blocks
test.test_parquet.ParquetTest ‑ test_parquet_metadata
test.test_parquet.ParquetTest ‑ test_parquet_partitions
test.test_row_number.RowNumberTest ‑ test_row_numbers
test.test_row_number.RowNumberTest ‑ test_row_numbers_order_desc_one_column
test.test_row_number.RowNumberTest ‑ test_row_numbers_order_desc_two_columns
test.test_row_number.RowNumberTest ‑ test_row_numbers_order_not_asc_one_column
test.test_row_number.RowNumberTest ‑ test_row_numbers_order_not_asc_two_columns
test.test_row_number.RowNumberTest ‑ test_row_numbers_order_one_column
test.test_row_number.RowNumberTest ‑ test_row_numbers_order_two_columns
test.test_row_number.RowNumberTest ‑ test_row_numbers_row_number_col_name
test.test_row_number.RowNumberTest ‑ test_row_numbers_unpersist
uk.co.gresearch.spark.GroupBySortedSuite ‑ df.groupByKeySorted should flatMapSortedGroups
uk.co.gresearch.spark.GroupBySortedSuite ‑ df.groupByKeySorted should flatMapSortedGroups reverse
uk.co.gresearch.spark.GroupBySortedSuite ‑ df.groupByKeySorted should flatMapSortedGroups with partition num
uk.co.gresearch.spark.GroupBySortedSuite ‑ df.groupByKeySorted should flatMapSortedGroups with partition num and reverse
uk.co.gresearch.spark.GroupBySortedSuite ‑ df.groupByKeySorted should flatMapSortedGroups with state
uk.co.gresearch.spark.GroupBySortedSuite ‑ df.groupByKeySorted should flatMapSortedGroups with tuple key
uk.co.gresearch.spark.GroupBySortedSuite ‑ df.groupByKeySorted should flatMapSortedGroups with tuple key and state
uk.co.gresearch.spark.GroupBySortedSuite ‑ df.groupBySorted should flatMapSortedGroups
uk.co.gresearch.spark.GroupBySortedSuite ‑ df.groupBySorted should flatMapSortedGroups reverse
uk.co.gresearch.spark.GroupBySortedSuite ‑ df.groupBySorted should flatMapSortedGroups with partition num
uk.co.gresearch.spark.GroupBySortedSuite ‑ df.groupBySorted should flatMapSortedGroups with partition num and reverse
uk.co.gresearch.spark.GroupBySortedSuite ‑ df.groupBySorted should flatMapSortedGroups with state
uk.co.gresearch.spark.GroupBySortedSuite ‑ df.groupBySorted should flatMapSortedGroups with tuple key
uk.co.gresearch.spark.GroupBySortedSuite ‑ df.groupBySorted should flatMapSortedGroups with tuple key and state
uk.co.gresearch.spark.GroupBySortedSuite ‑ ds.groupByKeySorted should flatMapSortedGroups
uk.co.gresearch.spark.GroupBySortedSuite ‑ ds.groupByKeySorted should flatMapSortedGroups reverse
uk.co.gresearch.spark.GroupBySortedSuite ‑ ds.groupByKeySorted should flatMapSortedGroups with partition num
uk.co.gresearch.spark.GroupBySortedSuite ‑ ds.groupByKeySorted should flatMapSortedGroups with partition num and reverse
uk.co.gresearch.spark.GroupBySortedSuite ‑ ds.groupByKeySorted should flatMapSortedGroups with state
uk.co.gresearch.spark.GroupBySortedSuite ‑ ds.groupByKeySorted should flatMapSortedGroups with tuple key
uk.co.gresearch.spark.GroupBySortedSuite ‑ ds.groupByKeySorted should flatMapSortedGroups with tuple key and state
uk.co.gresearch.spark.GroupBySortedSuite ‑ ds.groupBySorted should flatMapSortedGroups
uk.co.gresearch.spark.GroupBySortedSuite ‑ ds.groupBySorted should flatMapSortedGroups reverse
uk.co.gresearch.spark.GroupBySortedSuite ‑ ds.groupBySorted should flatMapSortedGroups with partition num
uk.co.gresearch.spark.GroupBySortedSuite ‑ ds.groupBySorted should flatMapSortedGroups with partition num and reverse
uk.co.gresearch.spark.GroupBySortedSuite ‑ ds.groupBySorted should flatMapSortedGroups with state
uk.co.gresearch.spark.GroupBySortedSuite ‑ ds.groupBySorted should flatMapSortedGroups with tuple key
uk.co.gresearch.spark.GroupBySortedSuite ‑ ds.groupBySorted should flatMapSortedGroups with tuple key and state
uk.co.gresearch.spark.HistogramSuite ‑ histogram with double values
uk.co.gresearch.spark.HistogramSuite ‑ histogram with double values and int thresholds
uk.co.gresearch.spark.HistogramSuite ‑ histogram with double values on DataFrame
uk.co.gresearch.spark.HistogramSuite ‑ histogram with duplicate thresholds
uk.co.gresearch.spark.HistogramSuite ‑ histogram with int values
uk.co.gresearch.spark.HistogramSuite ‑ histogram with int values and double thresholds
uk.co.gresearch.spark.HistogramSuite ‑ histogram with int values on DataFrame
uk.co.gresearch.spark.HistogramSuite ‑ histogram with no aggregate columns
uk.co.gresearch.spark.HistogramSuite ‑ histogram with no thresholds
uk.co.gresearch.spark.HistogramSuite ‑ histogram with non-existing aggregate column
uk.co.gresearch.spark.HistogramSuite ‑ histogram with non-existing value columns
uk.co.gresearch.spark.HistogramSuite ‑ histogram with one aggregate column
uk.co.gresearch.spark.HistogramSuite ‑ histogram with one threshold
uk.co.gresearch.spark.HistogramSuite ‑ histogram with two aggregate columns
uk.co.gresearch.spark.SparkSuite ‑ .Net ticks to Spark timestamp / unix epoch seconds / nanoseconds
uk.co.gresearch.spark.SparkSuite ‑ Get Spark version
uk.co.gresearch.spark.SparkSuite ‑ NoopUnpersistHandle does not unpersist set DataFrame with StorageLevel(1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ NoopUnpersistHandle does not unpersist set DataFrame with StorageLevel(disk, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ NoopUnpersistHandle does not unpersist set DataFrame with StorageLevel(disk, memory, deserialized, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ NoopUnpersistHandle does not unpersist set DataFrame with StorageLevel(memory, deserialized, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ SilentUnpersistHandle does not throw on unpersist if no DataFrame is set
uk.co.gresearch.spark.SparkSuite ‑ SilentUnpersistHandle does not throw on unpersist with blocking if no DataFrame is set
uk.co.gresearch.spark.SparkSuite ‑ SilentUnpersistHandle does unpersist set DataFrame with StorageLevel(1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ SilentUnpersistHandle does unpersist set DataFrame with StorageLevel(disk, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ SilentUnpersistHandle does unpersist set DataFrame with StorageLevel(disk, memory, deserialized, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ SilentUnpersistHandle does unpersist set DataFrame with StorageLevel(memory, deserialized, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ SilentUnpersistHandle throws on setting DataFrame twice
uk.co.gresearch.spark.SparkSuite ‑ Spark timestamp to .Net ticks
uk.co.gresearch.spark.SparkSuite ‑ Unix epoch nanos to .Net ticks
uk.co.gresearch.spark.SparkSuite ‑ Unix epoch to .Net ticks
uk.co.gresearch.spark.SparkSuite ‑ UnpersistHandle does unpersist set DataFrame with StorageLevel(1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ UnpersistHandle does unpersist set DataFrame with StorageLevel(disk, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ UnpersistHandle does unpersist set DataFrame with StorageLevel(disk, memory, deserialized, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ UnpersistHandle does unpersist set DataFrame with StorageLevel(memory, deserialized, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ UnpersistHandle throws on setting DataFrame twice
uk.co.gresearch.spark.SparkSuite ‑ UnpersistHandle throws on unpersist if no DataFrame is set
uk.co.gresearch.spark.SparkSuite ‑ UnpersistHandle throws on unpersist with blocking if no DataFrame is set
uk.co.gresearch.spark.SparkSuite ‑ append job description
uk.co.gresearch.spark.SparkSuite ‑ backticks
uk.co.gresearch.spark.SparkSuite ‑ call dataframe-to-dataframe transformation
uk.co.gresearch.spark.SparkSuite ‑ call dataframe-to-dataset transformation
uk.co.gresearch.spark.SparkSuite ‑ call dataset-to-dataframe transformation
uk.co.gresearch.spark.SparkSuite ‑ call dataset-to-dataset transformation
uk.co.gresearch.spark.SparkSuite ‑ call on false condition dataframe-to-dataframe transformation
uk.co.gresearch.spark.SparkSuite ‑ call on false condition dataset-to-dataset transformation
uk.co.gresearch.spark.SparkSuite ‑ call on false condition either dataframe-to-dataframe transformation
uk.co.gresearch.spark.SparkSuite ‑ call on false condition either dataframe-to-dataset transformation
uk.co.gresearch.spark.SparkSuite ‑ call on false condition either dataset-to-dataframe transformation
uk.co.gresearch.spark.SparkSuite ‑ call on false condition either dataset-to-dataset transformation
uk.co.gresearch.spark.SparkSuite ‑ call on true condition dataframe-to-dataframe transformation
uk.co.gresearch.spark.SparkSuite ‑ call on true condition dataset-to-dataset transformation
uk.co.gresearch.spark.SparkSuite ‑ call on true condition either dataframe-to-dataframe transformation
uk.co.gresearch.spark.SparkSuite ‑ call on true condition either dataframe-to-dataset transformation
uk.co.gresearch.spark.SparkSuite ‑ call on true condition either dataset-to-dataframe transformation
uk.co.gresearch.spark.SparkSuite ‑ call on true condition either dataset-to-dataset transformation
uk.co.gresearch.spark.SparkSuite ‑ global row number allows desc order
uk.co.gresearch.spark.SparkSuite ‑ global row number allows to unpersist with StorageLevel(1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ global row number allows to unpersist with StorageLevel(disk, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ global row number allows to unpersist with StorageLevel(disk, memory, deserialized, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ global row number allows to unpersist with StorageLevel(disk, memory, offheap, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ global row number allows to unpersist with StorageLevel(memory, deserialized, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ global row number preserves order
uk.co.gresearch.spark.SparkSuite ‑ global row number respects order
uk.co.gresearch.spark.SparkSuite ‑ global row number supports multiple order columns
uk.co.gresearch.spark.SparkSuite ‑ global row number with StorageLevel(1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ global row number with StorageLevel(disk, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ global row number with StorageLevel(disk, memory, deserialized, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ global row number with StorageLevel(disk, memory, offheap, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ global row number with StorageLevel(memory, deserialized, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ global row number with custom row_number column
uk.co.gresearch.spark.SparkSuite ‑ global row number with existing row_number column
uk.co.gresearch.spark.SparkSuite ‑ global row number with internal column names
uk.co.gresearch.spark.SparkSuite ‑ on false condition call either writer-to-unit methods
uk.co.gresearch.spark.SparkSuite ‑ on false condition call either writer-to-writer methods
uk.co.gresearch.spark.SparkSuite ‑ on true condition call either writer-to-unit methods
uk.co.gresearch.spark.SparkSuite ‑ on true condition call either writer-to-writer methods
uk.co.gresearch.spark.SparkSuite ‑ when false call dataframe-to-dataframe transformation
uk.co.gresearch.spark.SparkSuite ‑ when false call dataset-to-dataset transformation
uk.co.gresearch.spark.SparkSuite ‑ when true call dataframe-to-dataframe transformation
uk.co.gresearch.spark.SparkSuite ‑ when true call dataset-to-dataset transformation
uk.co.gresearch.spark.SparkSuite ‑ with existing job description
uk.co.gresearch.spark.SparkSuite ‑ with existing job description if not set
uk.co.gresearch.spark.SparkSuite ‑ with job description
uk.co.gresearch.spark.SparkSuite ‑ without job description
uk.co.gresearch.spark.WritePartitionedSuite ‑ write dataframe
uk.co.gresearch.spark.WritePartitionedSuite ‑ write partitionedBy requires caching with AQE enabled
uk.co.gresearch.spark.WritePartitionedSuite ‑ write partitionedBy requires no caching with AQE disabled
uk.co.gresearch.spark.WritePartitionedSuite ‑ write with desc partition order
uk.co.gresearch.spark.WritePartitionedSuite ‑ write with more partition columns
uk.co.gresearch.spark.WritePartitionedSuite ‑ write with one partition
uk.co.gresearch.spark.WritePartitionedSuite ‑ write with one partition column
uk.co.gresearch.spark.WritePartitionedSuite ‑ write with partition order
uk.co.gresearch.spark.WritePartitionedSuite ‑ write with two partition column
uk.co.gresearch.spark.WritePartitionedSuite ‑ write with write projection
uk.co.gresearch.spark.diff.AppSuite ‑ run app with file and hive table
uk.co.gresearch.spark.diff.AppSuite ‑ run app with filter [C]
uk.co.gresearch.spark.diff.AppSuite ‑ run app with filter [D]
uk.co.gresearch.spark.diff.AppSuite ‑ run app with filter [I,C,D]
uk.co.gresearch.spark.diff.AppSuite ‑ run app with filter [I]
uk.co.gresearch.spark.diff.AppSuite ‑ run app with filter [N]
uk.co.gresearch.spark.diff.AppSuite ‑ run app with unknown filter
uk.co.gresearch.spark.diff.AppSuite ‑ run app writing stats
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ DiffComparator.default
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ DiffComparator.duration
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ DiffComparator.epsilon
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ DiffComparator.equiv with any
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ DiffComparator.equiv with encoder
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ DiffComparator.equiv with type
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ DiffComparator.nullSafeEqual
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ absolute epsilon comparator (exclusive)
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ absolute epsilon comparator (inclusive)
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ diff with custom comparator - codegen enabled=false
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ diff with custom comparator - codegen enabled=true
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ duration comparator not supported
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ duration comparator with date (exclusive)
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ duration comparator with date (inclusive)
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ duration comparator with time (exclusive)
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ duration comparator with time (inclusive)
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ map comparator - keyOrderSensitive=false - codegen enabled=false
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ map comparator - keyOrderSensitive=false - codegen enabled=true
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ map comparator - keyOrderSensitive=true - codegen enabled=false
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ map comparator - keyOrderSensitive=true - codegen enabled=true
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ null-aware comparator
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ relative epsilon comparator (exclusive)
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ relative epsilon comparator (inclusive)
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ whitespace agnostic string comparator
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ with comparator - any equiv for column name
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ with comparator - default any equiv
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ with comparator - default diff comparator
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ with comparator - default encoder equiv
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ with comparator - default typed equiv
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ with comparator - diff comparator for name
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ with comparator - diff comparator for type
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ with comparator - encoder equiv
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ with comparator - encoder equiv for column name
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ with comparator - equiv encoder for column name
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ with comparator - typed diff comparator
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ with comparator - typed diff comparator for type
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ with comparator - typed equiv for type
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ with comparator of incompatible type - diff comparator
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ with comparator of incompatible type - encoder equiv
uk.co.gresearch.spark.diff.DiffComparatorSuite ‑ with comparator of incompatible type - typed equiv
uk.co.gresearch.spark.diff.DiffJavaTests ‑ testDiff
uk.co.gresearch.spark.diff.DiffJavaTests ‑ testDiffAs
uk.co.gresearch.spark.diff.DiffJavaTests ‑ testDiffIgnoredColumn
uk.co.gresearch.spark.diff.DiffJavaTests ‑ testDiffMultipleKeys
uk.co.gresearch.spark.diff.DiffJavaTests ‑ testDiffNoKey
uk.co.gresearch.spark.diff.DiffJavaTests ‑ testDiffOfWith
uk.co.gresearch.spark.diff.DiffJavaTests ‑ testDiffSingleKey
uk.co.gresearch.spark.diff.DiffJavaTests ‑ testDiffWithComparators
uk.co.gresearch.spark.diff.DiffJavaTests ‑ testDiffWithOptions
uk.co.gresearch.spark.diff.DiffJavaTests ‑ testDiffer
uk.co.gresearch.spark.diff.DiffJavaTests ‑ testDifferWithIgnored
uk.co.gresearch.spark.diff.DiffOptionsSuite ‑ diff options diff value
uk.co.gresearch.spark.diff.DiffOptionsSuite ‑ diff options left and right prefixes
uk.co.gresearch.spark.diff.DiffOptionsSuite ‑ diff options with change column name same as diff column
uk.co.gresearch.spark.diff.DiffOptionsSuite ‑ diff options with comparators
uk.co.gresearch.spark.diff.DiffOptionsSuite ‑ diff options with duplicate comparator - multiple columns
uk.co.gresearch.spark.diff.DiffOptionsSuite ‑ diff options with duplicate comparator - multiple types
uk.co.gresearch.spark.diff.DiffOptionsSuite ‑ diff options with duplicate comparator - single column
uk.co.gresearch.spark.diff.DiffOptionsSuite ‑ diff options with duplicate comparator - single type
uk.co.gresearch.spark.diff.DiffOptionsSuite ‑ diff options with empty diff column name
uk.co.gresearch.spark.diff.DiffOptionsSuite ‑ diff options with typed diff comparator for other data type
uk.co.gresearch.spark.diff.DiffOptionsSuite ‑ fluent methods of diff options
uk.co.gresearch.spark.diff.DiffSuite ‑ diff DataFrames
uk.co.gresearch.spark.diff.DiffSuite ‑ diff as U
uk.co.gresearch.spark.diff.DiffSuite ‑ diff as U with encoder
uk.co.gresearch.spark.diff.DiffSuite ‑ diff as U with encoder and custom options
uk.co.gresearch.spark.diff.DiffSuite ‑ diff as U with extra column
uk.co.gresearch.spark.diff.DiffSuite ‑ diff as U with left-side diff mode
uk.co.gresearch.spark.diff.DiffSuite ‑ diff as U with right-side diff mode
uk.co.gresearch.spark.diff.DiffSuite ‑ diff as U with subset of columns
uk.co.gresearch.spark.diff.DiffSuite ‑ diff column order
uk.co.gresearch.spark.diff.DiffSuite ‑ diff dataframe with duplicate columns
uk.co.gresearch.spark.diff.DiffSuite ‑ diff of empty schema
uk.co.gresearch.spark.diff.DiffSuite ‑ diff of non-existing id column
uk.co.gresearch.spark.diff.DiffSuite ‑ diff similar with ignored column and different number of columns
uk.co.gresearch.spark.diff.DiffSuite ‑ diff similar with ignored columns
uk.co.gresearch.spark.diff.DiffSuite ‑ diff similar with ignored columns and empty schema
uk.co.gresearch.spark.diff.DiffSuite ‑ diff similar with ignored columns case-insensitive
uk.co.gresearch.spark.diff.DiffSuite ‑ diff similar with ignored columns case-sensitive
uk.co.gresearch.spark.diff.DiffSuite ‑ diff similar with ignored columns of different type
uk.co.gresearch.spark.diff.DiffSuite ‑ diff where case-insensitive non-id column produces change column name
uk.co.gresearch.spark.diff.DiffSuite ‑ diff where case-insensitive non-id column produces diff column name
uk.co.gresearch.spark.diff.DiffSuite ‑ diff where case-insensitive non-id column produces id column name
uk.co.gresearch.spark.diff.DiffSuite ‑ diff where case-sensitive non-id column produces non-conflicting change column name
uk.co.gresearch.spark.diff.DiffSuite ‑ diff where case-sensitive non-id column produces non-conflicting diff column name
uk.co.gresearch.spark.diff.DiffSuite ‑ diff where case-sensitive non-id column produces non-conflicting id column name
uk.co.gresearch.spark.diff.DiffSuite ‑ diff where non-id column produces change column name
uk.co.gresearch.spark.diff.DiffSuite ‑ diff where non-id column produces diff column name
uk.co.gresearch.spark.diff.DiffSuite ‑ diff where non-id column produces id column name
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with all id columns
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with case-insensitive column names
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with case-sensitive column names
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with change column
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with change column name in id columns
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with change column name in non-id columns
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with change column without id columns
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with column-by-column and sparse mode
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with column-by-column diff mode
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with custom diff options
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with different column names
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with different nullability
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with different number of columns
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with different types
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with dot in id column
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with dot in value column
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with dots in change column
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with dots in diff column
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with dots in prefixes
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with id column diff in T
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with ignored and change columns
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with ignored columns
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with ignored columns and column-by-column diff mode
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with ignored columns and left-side diff mode
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with ignored columns and right-side diff mode
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with ignored columns and side-by-side diff mode
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with ignored columns case-insensitive
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with ignored columns case-sensitive
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with ignored columns of different types
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with ignored columns, column-by-column diff and sparse mode
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with ignored columns, left-side diff and sparse mode
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with ignored columns, right-side diff and sparse mode
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with ignored columns, side-by-side diff and sparse mode
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with left side and sparse mode
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with left-side diff mode
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with left-side diff mode and change column name in value columns
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with left-side diff mode and diff column name in value columns
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with left-side diff mode and dot in value column
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with left-side mode where case-insensitive non-id column would produce diff column name
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with left-side mode where non-id column would produce diff column name
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with no id column
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with no id columns ids taken from left
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with non-id column diff in T
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with null id values
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with null values
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with one ID column case-insensitive
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with one id column
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with one id column case-sensitive
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with output columns in T
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with right side and sparse mode
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with right-side diff mode
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with right-side diff mode and change column name in value columns
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with right-side diff mode and diff column name in value columns
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with right-side diff mode and dot in value column
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with right-side mode where case-insensitive non-id column would produce diff column name
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with right-side mode where non-id column would produce diff column name
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with side-by-side and sparse mode
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with side-by-side diff mode
uk.co.gresearch.spark.diff.DiffSuite ‑ diff with two id columns
uk.co.gresearch.spark.diff.DiffSuite ‑ diffWith
uk.co.gresearch.spark.diff.DiffSuite ‑ diffWith left-prefixed id
uk.co.gresearch.spark.diff.DiffSuite ‑ diffWith right-prefixed id
uk.co.gresearch.spark.diff.DiffSuite ‑ distinct prefix for
uk.co.gresearch.spark.diff.examples.Examples ‑ examples
uk.co.gresearch.spark.diff.examples.Examples ‑ issue
uk.co.gresearch.spark.group.GroupSuite ‑ GroupIterator should iterate only over current key for multiple keys and multiple values
uk.co.gresearch.spark.group.GroupSuite ‑ GroupIterator should iterate only over current key for multiple keys and single value
uk.co.gresearch.spark.group.GroupSuite ‑ GroupIterator should iterate only over current key for null key
uk.co.gresearch.spark.group.GroupSuite ‑ GroupIterator should iterate only over current key for single key and multiple values
uk.co.gresearch.spark.group.GroupSuite ‑ GroupIterator should iterate only over current key for single key and single value
uk.co.gresearch.spark.group.GroupSuite ‑ GroupIterator should not work with empty iterator
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with None key and fully consumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with None key and multiple calls to hasNext
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with None key and partially consumed first group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with None key and partially consumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with None key and partially consumed last group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with None key and partially consumed second group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with None key and unconsumed first group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with None key and unconsumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with None key and unconsumed last group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with None key and unconsumed second group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with None values and fully consumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with None values and multiple calls to hasNext
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with None values and partially consumed first group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with None values and partially consumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with None values and partially consumed last group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with None values and partially consumed second group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with None values and unconsumed first group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with None values and unconsumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with None values and unconsumed last group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with None values and unconsumed second group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with empty iterator and fully consumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with empty iterator and multiple calls to hasNext
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with empty iterator and partially consumed first group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with empty iterator and partially consumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with empty iterator and partially consumed last group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with empty iterator and partially consumed second group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with empty iterator and unconsumed first group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with empty iterator and unconsumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with empty iterator and unconsumed last group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with empty iterator and unconsumed second group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with many 1-element groups and fully consumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with many 1-element groups and multiple calls to hasNext
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with many 1-element groups and partially consumed first group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with many 1-element groups and partially consumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with many 1-element groups and partially consumed last group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with many 1-element groups and partially consumed second group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with many 1-element groups and unconsumed first group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with many 1-element groups and unconsumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with many 1-element groups and unconsumed last group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with many 1-element groups and unconsumed second group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with many groups and fully consumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with many groups and multiple calls to hasNext
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with many groups and partially consumed first group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with many groups and partially consumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with many groups and partially consumed last group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with many groups and partially consumed second group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with many groups and unconsumed first group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with many groups and unconsumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with many groups and unconsumed last group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with many groups and unconsumed second group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with null key and fully consumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with null key and multiple calls to hasNext
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with null key and partially consumed first group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with null key and partially consumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with null key and partially consumed last group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with null key and partially consumed second group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with null key and unconsumed first group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with null key and unconsumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with null key and unconsumed last group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with null key and unconsumed second group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with null values and fully consumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with null values and multiple calls to hasNext
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with null values and partially consumed first group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with null values and partially consumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with null values and partially consumed last group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with null values and partially consumed second group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with null values and unconsumed first group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with null values and unconsumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with null values and unconsumed last group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with null values and unconsumed second group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with one 1-element groups and fully consumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with one 1-element groups and multiple calls to hasNext
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with one 1-element groups and partially consumed first group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with one 1-element groups and partially consumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with one 1-element groups and partially consumed last group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with one 1-element groups and partially consumed second group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with one 1-element groups and unconsumed first group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with one 1-element groups and unconsumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with one 1-element groups and unconsumed last group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with one 1-element groups and unconsumed second group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with one group and fully consumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with one group and multiple calls to hasNext
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with one group and partially consumed first group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with one group and partially consumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with one group and partially consumed last group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with one group and partially consumed second group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with one group and unconsumed first group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with one group and unconsumed groups
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with one group and unconsumed last group
uk.co.gresearch.spark.group.GroupSuite ‑ GroupedIterator should work with one group and unconsumed second group
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet block columns (parallelism=1)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet block columns (parallelism=2)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet block columns (parallelism=8)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet block columns (parallelism=None)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet blocks (parallelism=1)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet blocks (parallelism=2)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet blocks (parallelism=8)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet blocks (parallelism=None)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet metadata (parallelism=1)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet metadata (parallelism=2)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet metadata (parallelism=8)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet metadata (parallelism=None)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (1 bytes)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (1024 bytes) (parallelism=1)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (1024 bytes) (parallelism=2)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (1024 bytes) (parallelism=8)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (1024 bytes) (parallelism=None)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (127 bytes)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (13 bytes)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (19 bytes)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (251 bytes)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (29 bytes)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (3 bytes)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (512 bytes) (parallelism=1)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (512 bytes) (parallelism=2)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (512 bytes) (parallelism=8)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (512 bytes) (parallelism=None)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (61 bytes)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (7 bytes)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (8192 bytes) (parallelism=1)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (8192 bytes) (parallelism=2)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (8192 bytes) (parallelism=8)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (8192 bytes) (parallelism=None)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (default bytes) (parallelism=1)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (default bytes) (parallelism=2)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (default bytes) (parallelism=8)
uk.co.gresearch.spark.parquet.ParquetSuite ‑ read parquet partitions (default bytes) (parallelism=None)
uk.co.gresearch.test.SparkJavaTests ‑ testBackticks
uk.co.gresearch.test.SparkJavaTests ‑ testHistogram
uk.co.gresearch.test.SparkJavaTests ‑ testHistogramWithAggColumn
uk.co.gresearch.test.SparkJavaTests ‑ testRowNumbers
uk.co.gresearch.test.SparkJavaTests ‑ testRowNumbersColumnName
uk.co.gresearch.test.SparkJavaTests ‑ testRowNumbersOrderDesc
uk.co.gresearch.test.SparkJavaTests ‑ testRowNumbersOrderOneColumn
uk.co.gresearch.test.SparkJavaTests ‑ testRowNumbersOrderTwoColumns
uk.co.gresearch.test.SparkJavaTests ‑ testRowNumbersStorageLevelAndUnpersist
uk.co.gresearch.test.SparkJavaTests ‑ testRowNumbersUnpersist
Loading