Skip to content

Commit 8045fac

Browse files
committed
fix comment
1 parent 7dc92c8 commit 8045fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3179,7 +3179,7 @@ class Dataset[T] private[sql](
31793179
val batchOrder = new ArrayBuffer[(Int, Int)]()
31803180
var partitionCount = 0
31813181

3182-
// Handler to eagerly write batches to Python un-ordered
3182+
// Handler to eagerly write batches to Python as they arrive, un-ordered
31833183
def handlePartitionBatches(index: Int, arrowBatches: Array[Array[Byte]]): Unit = {
31843184
if (arrowBatches.nonEmpty) {
31853185
// Write all batches (can be more than 1) in the partition, store the batch order tuple

0 commit comments

Comments
 (0)