Skip to content

Fix coalescing above leaf nodes - #643

Draft
gabotechs wants to merge 2 commits into
mainfrom
gabrielmusat/fix-coalescing-bug
Draft

Fix coalescing above leaf nodes#643
gabotechs wants to merge 2 commits into
mainfrom
gabrielmusat/fix-coalescing-bug

Conversation

@gabotechs

Copy link
Copy Markdown
Collaborator

No description provided.

@gabotechs gabotechs changed the title Fix Coalescing above leaf nodes Fix coalescing above leaf nodes 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
└──────────────────────────────────────────────────

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This intermediate Stage 2 should be the key of the fix

@gabotechs
gabotechs force-pushed the gabrielmusat/fix-coalescing-bug branch from d63a91d to 2ebdfa4 Compare August 14, 2026 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants