We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb56dfe commit 6165887Copy full SHA for 6165887
datafusion/physical-plan/src/repartition/mod.rs
@@ -382,7 +382,7 @@ impl RepartitionExecState {
382
txs,
383
partitioning.clone(),
384
metrics,
385
- // preser_order dep
+ // preserve_order depends on input partition to start from 0
386
if preserve_order { 0 } else { i },
387
num_input_partitions,
388
));
0 commit comments