Skip to content

Commit 6d884f8

Browse files
committed
Add clarifying comment
1 parent 3ae9c4c commit 6d884f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/execution_plans/network_coalesce.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ impl NetworkBoundary for NetworkCoalesceExec {
127127
return plan_err!("can only return wrapped child if on Pending state");
128128
};
129129

130+
// As this node coalesces multiple tasks into 1, it must run in a stage with 1 task.
130131
if n_tasks > 1 {
131132
return Err(limit_tasks_err(1));
132133
}

0 commit comments

Comments
 (0)