Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
smalyshev committed Oct 23, 2024
1 parent 8d00120 commit 57cf748
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ private PhysicalPlan map(Aggregate aggregate, PhysicalPlan child) {
child = aggExec(aggregate, child, AggregatorMode.INITIAL, intermediateAttributes);
}
// otherwise create both sides of the aggregate (for parallelism purposes), if no fragment is present
// TODO: might be easier long term to end up with just one node and split if necessary instead of doing that always at this stage
else {
child = addExchangeForFragment(aggregate, child);
// exchange was added - use the intermediates for the output
Expand Down

0 comments on commit 57cf748

Please sign in to comment.