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 }}
apache
/
datafusion-comet
Public
Notifications
You must be signed in to change notification settings
Fork
377
Star
1.3k
Code
Issues
565
Pull requests
177
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
perf: avoid FFI import/export when passing batches between native plans
- #3930
#3930
Closed
andygrove
wants to merge 24 commits into
apache:main
apache/datafusion-comet:main
from
andygrove:batch-stash-shuffle-optimization
andygrove/datafusion-comet:batch-stash-shuffle-optimization
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Closed
perf: avoid FFI import/export when passing batches between native plans
#3930
andygrove
wants to merge 24 commits into
apache:main
apache/datafusion-comet:main
from
andygrove:batch-stash-shuffle-optimization
andygrove/datafusion-comet:batch-stash-shuffle-optimization
Copy head branch name to clipboard
Commits
Commits on Apr 12, 2026
docs: add design spec for batch stash shuffle optimization
Show description for 86a4989
andygrove
committed
86a4989
View commit details
Copy full SHA for 86a4989
Browse repository at this point
docs: add implementation plan for batch stash shuffle optimization
andygrove
committed
488522c
View commit details
Copy full SHA for 488522c
Browse repository at this point
feat: add BatchStash registry for native batch handle passing
andygrove
committed
ca8ee6a
View commit details
Copy full SHA for ca8ee6a
Browse repository at this point
feat: add CometHandleBatchIterator Java class and JNI bridge
andygrove
committed
e68d777
View commit details
Copy full SHA for e68d777
Browse repository at this point
feat: add executePlanBatchHandle JNI function for stash-mode output
andygrove
committed
07c86c7
View commit details
Copy full SHA for 07c86c7
Browse repository at this point
feat: add stash mode to CometExecIterator for batch handle output
andygrove
committed
d2f87ab
View commit details
Copy full SHA for d2f87ab
Browse repository at this point
feat: add handle-mode input path to ScanExec for batch stash retrieval
andygrove
committed
0a49ca6
View commit details
Copy full SHA for 0a49ca6
Browse repository at this point
feat: detect CometHandleBatchIterator in planner and enable handle mode
andygrove
committed
84862ef
View commit details
Copy full SHA for 84862ef
Browse repository at this point
feat: preserve CometExecIterator reference through shuffle dependency RDD
andygrove
committed
3588543
View commit details
Copy full SHA for 3588543
Browse repository at this point
feat: integrate batch stash mode in CometNativeShuffleWriter
andygrove
committed
db137ad
View commit details
Copy full SHA for db137ad
Browse repository at this point
style: apply formatting fixes
andygrove
committed
ed95e83
View commit details
Copy full SHA for ed95e83
Browse repository at this point
fix: use scan source name for handle mode detection instead of JNI is_instance_of
andygrove
committed
a827437
View commit details
Copy full SHA for a827437
Browse repository at this point
chore: remove JVM crash log files
andygrove
committed
3af0e9a
View commit details
Copy full SHA for 3af0e9a
Browse repository at this point
refactor: deduplicate executePlan logic and address code review findings
Show description for e6c3a42
andygrove
committed
e6c3a42
View commit details
Copy full SHA for e6c3a42
Browse repository at this point
refactor: use protobuf field for batch stash handle mode instead of scan source name
andygrove
committed
6cc0e78
View commit details
Copy full SHA for 6cc0e78
Browse repository at this point
chore: remove design docs from PR
andygrove
committed
c42be90
View commit details
Copy full SHA for c42be90
Browse repository at this point
fix: add batch_stash_handle field to Scan struct literals in tests
andygrove
committed
f70119a
View commit details
Copy full SHA for f70119a
Browse repository at this point
fix: use InputBatch::Complete for stashed batches to bypass schema reconciliation
Show description for c64d482
andygrove
committed
c64d482
View commit details
Copy full SHA for c64d482
Browse repository at this point
feat: add spark.comet.exec.shuffle.batchStash.enabled config (default true)
andygrove
committed
d37752a
View commit details
Copy full SHA for d37752a
Browse repository at this point
fix: apply schema reconciliation for stashed batches with type mismatches
Show description for 38af7d9
andygrove
committed
38af7d9
View commit details
Copy full SHA for 38af7d9
Browse repository at this point
Commits on Apr 13, 2026
fix: address PR review feedback for batch stash
Show description for ba07bf7
andygrove
committed
ba07bf7
View commit details
Copy full SHA for ba07bf7
Browse repository at this point
Commits on Apr 16, 2026
refactor: move batch stash from global static into ExecutionContext
Show description for 008d7cf
andygrove
committed
008d7cf
View commit details
Copy full SHA for 008d7cf
Browse repository at this point
Commits on May 7, 2026
fix: address PR review feedback for batch stash
andygrove
committed
f4196d1
View commit details
Copy full SHA for f4196d1
Browse repository at this point
refactor: simplify batch stash review fixes
andygrove
committed
6f045ba
View commit details
Copy full SHA for 6f045ba
Browse repository at this point
You can’t perform that action at this time.