-
Notifications
You must be signed in to change notification settings - Fork 301
Multi-partition tasks: partition_slice plumbing + SortShuffleWriter refactor #2038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
avantgardnerio
merged 15 commits into
apache:main
from
avantgardnerio:brent/multi-partition-tasks
Jul 19, 2026
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
8a51e56
Substrate: multi-partition tasks + K-drain ShuffleWriter
avantgardnerio c8681ec
fix: size stage.partitions from the shuffle writer's child output_par…
avantgardnerio 308f149
fix(task_builder): route each UnionExec parent partition to its child…
avantgardnerio fa54364
WIP: merge task_id / task_index into a single per-stage slot id
avantgardnerio ae53208
feat(scheduler): add ballista.scheduler.max_partitions_per_task cap
avantgardnerio 8bd2e44
proto: reuse tag 3 for TaskId.global_output_partition_ids
avantgardnerio d4f6171
fix: preserve per-partition metrics under multi-partition tasks
avantgardnerio 75be4d2
docs: explain multi-partition tasks, Spark comparison, and AQE compos…
avantgardnerio 3854856
docs: prettier — use _emphasis_ not *emphasis*
avantgardnerio 2b85079
docs: ASCII threading diagrams on ShuffleWriterExec and SortShuffleWr…
avantgardnerio b8f6ca8
fix: ShuffleWriter metrics — K buckets per task, keyed by operator-lo…
avantgardnerio c344920
fix: cross-product under-collect metrics against task slice, restorin…
avantgardnerio bc7a4ed
fix(config): default ballista.scheduler.max_partitions_per_task to 1 …
avantgardnerio 39fa468
fix(scheduler): restrict PlaceholderRow/Empty leaves under fan-in splits
avantgardnerio 8f592cc
test(scheduler): thread SessionConfig into aggregation-plan mock
avantgardnerio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -116,3 +116,4 @@ CLAUDE.md | |
| .worktrees/ | ||
| # ignore insta captures | ||
| *-snap | ||
| .local/ | ||
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.