Fix coalescing above leaf nodes - #643
Draft
gabotechs wants to merge 2 commits into
Draft
Conversation
gabotechs
commented
Aug 14, 2026
Comment on lines
+399
to
+412
| └────────────────────────────────────────────────── | ||
| ┌───── Stage 2 ── tasks=1, partitions=4 | ||
| │ BroadcastExec: input_partitions=1, consumer_tasks=4, output_partitions=4 | ||
| │ CoalescePartitionsExec: fetch=50 | ||
| │ [Stage 1] => NetworkCoalesceExec: output_partitions=12, input_tasks=4 | ||
| └────────────────────────────────────────────────── | ||
| ┌───── Stage 1 ── tasks=4, partitions=12 | ||
| │ LocalLimitExec: fetch=50 | ||
| │ DistributedLeafExec: | ||
| │ t0: DataSourceExec: file_groups={3 groups: [[/target/multi_task_collect_join_repros/build_side/part-1.parquet:<int>..<int>], [/target/multi_task_collect_join_repros/build_side/part-2.parquet:<int>..<int>], [/target/multi_task_collect_join_repros/build_side/part-3.parquet:<int>..<int>]]}, projection=[id], limit=50, file_type=parquet | ||
| │ t1: DataSourceExec: file_groups={3 groups: [[/target/multi_task_collect_join_repros/build_side/part-1.parquet:<int>..<int>], [/target/multi_task_collect_join_repros/build_side/part-2.parquet:<int>..<int>], [/target/multi_task_collect_join_repros/build_side/part-3.parquet:<int>..<int>]]}, projection=[id], limit=50, file_type=parquet | ||
| │ t2: DataSourceExec: file_groups={3 groups: [[/target/multi_task_collect_join_repros/build_side/part-1.parquet:<int>..<int>], [/target/multi_task_collect_join_repros/build_side/part-2.parquet:<int>..<int>], [/target/multi_task_collect_join_repros/build_side/part-3.parquet:<int>..<int>]]}, projection=[id], limit=50, file_type=parquet | ||
| │ t3: DataSourceExec: file_groups={3 groups: [[/target/multi_task_collect_join_repros/build_side/part-1.parquet:<int>..<int>, /target/multi_task_collect_join_repros/build_side/part-2.parquet:<int>..<int>], [/target/multi_task_collect_join_repros/build_side/part-2.parquet:<int>..<int>, /target/multi_task_collect_join_repros/build_side/part-3.parquet:<int>..<int>], [/target/multi_task_collect_join_repros/build_side/part-3.parquet:<int>..<int>]]}, projection=[id], limit=50, file_type=parquet | ||
| └────────────────────────────────────────────────── |
Collaborator
Author
There was a problem hiding this comment.
This intermediate Stage 2 should be the key of the fix
gabotechs
force-pushed
the
gabrielmusat/fix-coalescing-bug
branch
from
August 14, 2026 16:26
d63a91d to
2ebdfa4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.