Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
apache
/
datafusion-ballista
Public
Notifications
You must be signed in to change notification settings
Fork
316
Star
2.1k
Code
Issues
144
Pull requests
48
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Remove the hash-partitioning shuffle writer
- #2106
#2106
Merged
andygrove
merged 14 commits into
apache:main
apache/datafusion-ballista:main
from
andygrove:remove-hash-shuffle
andygrove/datafusion-ballista:remove-hash-shuffle
Copy head branch name to clipboard
Jul 21, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Remove the hash-partitioning shuffle writer
#2106
andygrove
merged 14 commits into
apache:main
apache/datafusion-ballista:main
from
andygrove:remove-hash-shuffle
andygrove/datafusion-ballista:remove-hash-shuffle
Copy head branch name to clipboard
Commits
Commits on Jul 20, 2026
refactor: drop hash-partitioning branch from ShuffleWriterExec
Show description for 22aa1ed
andygrove
committed
22aa1ed
View commit details
Copy full SHA for 22aa1ed
Browse repository at this point
test: update EXPLAIN ANALYZE golden after repart_time removal
andygrove
committed
0ee427a
View commit details
Copy full SHA for 0ee427a
Browse repository at this point
refactor: always use sort-based shuffle for hash-repartition stages
andygrove
committed
8126688
View commit details
Copy full SHA for 8126688
Browse repository at this point
refactor: drop hash writer arm from shuffle_bench
andygrove
committed
854ff1e
View commit details
Copy full SHA for 854ff1e
Browse repository at this point
test: drop hash-vs-sort shuffle comparison tests
andygrove
committed
db172cd
View commit details
Copy full SHA for db172cd
Browse repository at this point
test: drop sort-shuffle enable toggle from AQE tests
andygrove
committed
340ce0b
View commit details
Copy full SHA for 340ce0b
Browse repository at this point
refactor: gate sort-shuffle reads on on-disk index only
andygrove
committed
26cf662
View commit details
Copy full SHA for 26cf662
Browse repository at this point
test: fix local shuffle read test for single-partition writer
andygrove
committed
78d51a1
View commit details
Copy full SHA for 78d51a1
Browse repository at this point
feat: remove ballista.shuffle.sort_based.enabled config key
andygrove
committed
d17bef5
View commit details
Copy full SHA for d17bef5
Browse repository at this point
docs: remove hash-based shuffle documentation
andygrove
committed
da8a035
View commit details
Copy full SHA for da8a035
Browse repository at this point
style: apply rustfmt to shuffle_bench
andygrove
committed
c1d3be4
View commit details
Copy full SHA for c1d3be4
Browse repository at this point
refactor: clean up stale references to removed sort_based.enabled key
andygrove
committed
85e5ad7
View commit details
Copy full SHA for 85e5ad7
Browse repository at this point
docs: apply prettier to shuffle tuning table
andygrove
committed
bec1af9
View commit details
Copy full SHA for bec1af9
Browse repository at this point
Commits on Jul 21, 2026
refactor: drop the unused output partitioning from ShuffleWriterExec
Show description for beee639
andygrove
committed
beee639
View commit details
Copy full SHA for beee639
Browse repository at this point
You can’t perform that action at this time.