Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
Signed-off-by: Firestarman <[email protected]>
  • Loading branch information
firestarman committed Oct 12, 2024
1 parent df32c7e commit 384576a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ class GpuShuffleCoalesceReaderRetrySuite extends RmmSparkRetrySuiteBase {
serializedOneIntColumnBatch(4))

test("GpuShuffleCoalesceReader split-retry") {
val iter = closeOnExcept(serializedBatches) { _ =>
val iter = closeOnExcept(serializedBatches) { serBatches =>
val reader = new GpuShuffleCoalesceReader(
Iterator(serializedBatches: _*),
Iterator(serBatches: _*),
targetBatchSize = 390, // each is 64 due to padding, then total is 320 (=64x5)
dataTypes = Array(IntegerType),
metricsMap = Map.empty.withDefaultValue(NoopMetric))
Expand Down

0 comments on commit 384576a

Please sign in to comment.