Skip to content

Commit 6165887

Browse files
committed
comment
1 parent fb56dfe commit 6165887

File tree

1 file changed

+1
-1
lines changed
  • datafusion/physical-plan/src/repartition

1 file changed

+1
-1
lines changed

datafusion/physical-plan/src/repartition/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ impl RepartitionExecState {
382382
txs,
383383
partitioning.clone(),
384384
metrics,
385-
// preser_order dep
385+
// preserve_order depends on input partition to start from 0
386386
if preserve_order { 0 } else { i },
387387
num_input_partitions,
388388
));

0 commit comments

Comments
 (0)