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
379
Star
1.3k
Code
Issues
565
Pull requests
179
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat: add Comet CachedBatchSerializer for native in-memory cache
- #4569
#4569
Closed
andygrove
wants to merge 20 commits into
apache:main
apache/datafusion-comet:main
from
andygrove:comet-cached-batch-serializer
andygrove/datafusion-comet:comet-cached-batch-serializer
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Closed
feat: add Comet CachedBatchSerializer for native in-memory cache
#4569
andygrove
wants to merge 20 commits into
apache:main
apache/datafusion-comet:main
from
andygrove:comet-cached-batch-serializer
andygrove/datafusion-comet:comet-cached-batch-serializer
Copy head branch name to clipboard
Commits
Commits on Jun 2, 2026
feat: add spark.comet.cache.serializer.enabled config
andygrove
committed
27e07a7
View commit details
Copy full SHA for 27e07a7
Browse repository at this point
feat: add CometCachedBatch and column stats helper
andygrove
committed
0a9c233
View commit details
Copy full SHA for 0a9c233
Browse repository at this point
fix: use ByteArray.compareBinary for version-safe string stats ordering
andygrove
committed
82517f7
View commit details
Copy full SHA for 82517f7
Browse repository at this point
test: exercise CometCachedBatch and document setRowCount ordering
andygrove
committed
cf3a73c
View commit details
Copy full SHA for cf3a73c
Browse repository at this point
feat: add CometCachedBatchSerializer skeleton with schema routing
andygrove
committed
6c80ef0
View commit details
Copy full SHA for 6c80ef0
Browse repository at this point
refactor: simplify CometCachedBatchSerializer schema routing and imports
andygrove
committed
ec936f9
View commit details
Copy full SHA for ec936f9
Browse repository at this point
feat: encode cached batches as compressed Arrow IPC with stats
andygrove
committed
fe21619
View commit details
Copy full SHA for fe21619
Browse repository at this point
feat: support TimestampNTZ in cache stats and harden build test
Show description for bf522db
andygrove
committed
bf522db
View commit details
Copy full SHA for bf522db
Browse repository at this point
feat: decode Comet cached batches with column pruning and row fallback
andygrove
committed
29cb511
View commit details
Copy full SHA for 29cb511
Browse repository at this point
test: cover columnar cache read path and clarify selectedIndices errors
Show description for 4f4aa16
andygrove
committed
4f4aa16
View commit details
Copy full SHA for 4f4aa16
Browse repository at this point
feat: pass already-Arrow batches through CometSparkToColumnarExec without copy
Show description for 3c1cd5f
andygrove
committed
3c1cd5f
View commit details
Copy full SHA for 3c1cd5f
Browse repository at this point
refactor: import CometVector and clarify passthrough test/metric
andygrove
committed
826249f
View commit details
Copy full SHA for 826249f
Browse repository at this point
feat: install Comet cache serializer from CometDriverPlugin when enabled
Show description for 4960cfb
andygrove
committed
4960cfb
View commit details
Copy full SHA for 4960cfb
Browse repository at this point
refactor: use StaticSQLConf.SPARK_CACHE_SERIALIZER and log serializer install
andygrove
committed
bec8c30
View commit details
Copy full SHA for bec8c30
Browse repository at this point
test: end-to-end Comet cache serializer correctness, pruning, spill, delegation, ntz
andygrove
committed
7ba47f4
View commit details
Copy full SHA for 7ba47f4
Browse repository at this point
test: assert cached values (not just counts) for filter and timestamp_ntz
andygrove
committed
9dc0f7d
View commit details
Copy full SHA for 9dc0f7d
Browse repository at this point
fix: copy UTF8String for cache stats to avoid use-after-free on string bounds
Show description for 40184ce
andygrove
committed
40184ce
View commit details
Copy full SHA for 40184ce
Browse repository at this point
chore: open as draft pull request [skip ci]
andygrove
committed
d1af3a3
View commit details
Copy full SHA for d1af3a3
Browse repository at this point
refactor: dedup cache decode path and precompute stat orderedness
andygrove
committed
bedaa77
View commit details
Copy full SHA for bedaa77
Browse repository at this point
chore: keep draft CI skipped after cleanup [skip ci]
andygrove
committed
920c57f
View commit details
Copy full SHA for 920c57f
Browse repository at this point
You can’t perform that action at this time.