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
Accelerator
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
Type
/
to 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-comet
Public
Notifications
You must be signed in to change notification settings
Fork
345
Star
1.2k
Code
Issues
432
Pull requests
112
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat: custom Rust UDFs via arrow-ffi [experimental]
- #4459
#4459
Open
andygrove
wants to merge 17 commits into
apache:main
apache/datafusion-comet:main
from
andygrove:feat/rust-udfs-arrow-ffi
andygrove/datafusion-comet:feat/rust-udfs-arrow-ffi
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Files changed
Open
feat: custom Rust UDFs via arrow-ffi [experimental]
#4459
andygrove
wants to merge 17 commits into
apache:main
apache/datafusion-comet:main
from
andygrove:feat/rust-udfs-arrow-ffi
andygrove/datafusion-comet:feat/rust-udfs-arrow-ffi
Copy head branch name to clipboard
Commits
Commits on May 27, 2026
feat: custom Rust UDFs via arrow-ffi (alternative to #4283) [skip ci]
Show description for ae3983b
andygrove
committed
ae3983b
View commit details
Copy full SHA for ae3983b
Browse repository at this point
Commits on Aug 4, 2026
Merge remote-tracking branch 'apache/main' into feat/rust-udfs-arrow-ffi
Show description for 83b1f65
andygrove
committed
83b1f65
View commit details
Copy full SHA for 83b1f65
Browse repository at this point
feat: drop datafusion-ffi flavor, contain panics at the FFI boundary, add user guide
Show description for 0f35933
andygrove
committed
0f35933
View commit details
Copy full SHA for 0f35933
Browse repository at this point
refactor: remove the write-only spark.comet.rustUdfs conf
Show description for 80d2cba
andygrove
committed
80d2cba
View commit details
Copy full SHA for 80d2cba
Browse repository at this point
feat: cover all non-nested Spark types, validate the declared return type
Show description for ce1b0e4
andygrove
committed
ce1b0e4
View commit details
Copy full SHA for ce1b0e4
Browse repository at this point
feat: support complex types, compare return types ignoring nested nullability
Show description for 299c16f
andygrove
committed
299c16f
View commit details
Copy full SHA for 299c16f
Browse repository at this point
ci: run CometRustUdfSuite in the PR builds
Show description for 1d2e60e
andygrove
committed
1d2e60e
View commit details
Copy full SHA for 1d2e60e
Browse repository at this point
style: drop redundant string interpolators in the Rust UDF messages
Show description for d8b8f09
andygrove
committed
d8b8f09
View commit details
Copy full SHA for d8b8f09
Browse repository at this point
Merge branch 'main' into feat/rust-udfs-arrow-ffi
andygrove
authored
ac735a1
View commit details
Copy full SHA for ac735a1
Browse repository at this point
fix: drop a loaded UDF library after its kernels, not before
Show description for 5156b77
andygrove
committed
5156b77
View commit details
Copy full SHA for 5156b77
Browse repository at this point
fix(ci): build the test UDF cdylib before the Rust test run
Show description for f20bc31
andygrove
committed
f20bc31
View commit details
Copy full SHA for f20bc31
Browse repository at this point
fix: reject deterministic = false when registering a Rust UDF
Show description for 3e999c4
andygrove
committed
3e999c4
View commit details
Copy full SHA for 3e999c4
Browse repository at this point
docs: clarify the Rust UDF ABI's stability, purity, and path resolution
Show description for ceb9365
andygrove
committed
ceb9365
View commit details
Copy full SHA for ceb9365
Browse repository at this point
Commits on Aug 7, 2026
review: address mbutrovich's first pass on the Rust UDF path
Show description for 8b573d4
andygrove
committed
8b573d4
View commit details
Copy full SHA for 8b573d4
Browse repository at this point
docs: point the Rust UDF follow-up comments at their tracking issues
Show description for 1dc4e5c
andygrove
committed
1dc4e5c
View commit details
Copy full SHA for 1dc4e5c
Browse repository at this point
refactor: name the UDF mechanism for what it is, not for Rust
Show description for 4cfd111
andygrove
committed
4cfd111
View commit details
Copy full SHA for 4cfd111
Browse repository at this point
Commits on Aug 12, 2026
Merge remote-tracking branch 'apache/main' into feat/rust-udfs-arrow-ffi
Show description for 0689207
andygrove
committed
0689207
View commit details
Copy full SHA for 0689207
Browse repository at this point
You can’t perform that action at this time.