Skip to content

Commit 1fae4bb

Browse files
Chong Gaores-life
authored andcommitted
Document finalized scan partition usage
Signed-off-by: Chong Gao <chongg@nvidia.com>
1 parent 9da92c3 commit 1fae4bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sql-plugin/src/main/spark340/scala/com/nvidia/spark/rapids/shims/GpuBatchScanExec.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ case class GpuBatchScanExec(
237237
case _ =>
238238
}
239239

240+
// Use the finalized partitions so padded and replicated inputs match outputPartitioning.
240241
new GpuDataSourceRDD(sparkContext, finalPartitions, readerFactory)
241242
}
242243
postDriverMetrics()

0 commit comments

Comments
 (0)