Skip to content

Commit f067069

Browse files
committed
Fix stale comment
1 parent f6b39d7 commit f067069

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • datafusion/physical-plan/src/repartition

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1645,7 +1645,7 @@ impl RepartitionExec {
16451645
for batch in output_channel.coalesce(batch)? {
16461646
if output_channel.send(batch).await.is_err() {
16471647
// If the other end has hung up, it was an early shutdown (e.g. LIMIT)
1648-
// Only shrink memory if it was a memory batch
1648+
// so ignore this channel from now on.
16491649
output_channels.remove(&partition);
16501650
break;
16511651
}

0 commit comments

Comments
 (0)