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-python
Public
Notifications
You must be signed in to change notification settings
Fork
176
Star
606
Code
Issues
73
Pull requests
38
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Preserve PyArrow extension metadata when chaining Python scalar UDFs
- #1287
#1287
Closed
kosiew
wants to merge 18 commits into
apache:main
apache/datafusion-python:main
from
kosiew:udf-1172
kosiew/datafusion-python:udf-1172
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Closed
Preserve PyArrow extension metadata when chaining Python scalar UDFs
#1287
kosiew
wants to merge 18 commits into
apache:main
apache/datafusion-python:main
from
kosiew:udf-1172
kosiew/datafusion-python:udf-1172
Copy head branch name to clipboard
Commits
Commits on Oct 22, 2025
Implement metadata-aware PySimpleScalarUDF
Show description for d0b02a6
kosiew
committed
d0b02a6
View commit details
Copy full SHA for d0b02a6
Browse repository at this point
Clone pyarrow.Field objects for FFI handoff
Show description for 2325993
kosiew
committed
2325993
View commit details
Copy full SHA for 2325993
Browse repository at this point
Updated the _function and _decorator helpers in ScalarUDF.udf to use concrete Callable[..., Any] and pa.DataType | pa.Field annotations, removing the lingering references to the deleted _R type var…
Show description for e0bce84
kosiew
committed
e0bce84
View commit details
Copy full SHA for e0bce84
Browse repository at this point
Updated the internal ScalarUDF.udf helper signatures so IDEs and type checkers surface support for pyarrow.Field inputs when defining UDFs
kosiew
committed
5fb08d6
View commit details
Copy full SHA for 5fb08d6
Browse repository at this point
Refactor imports in udf.rs for improved organization and clarity
kosiew
committed
6a89977
View commit details
Copy full SHA for 6a89977
Browse repository at this point
Add shared PyArrowArray alias and refine ScalarUDFs
Show description for 5aacb41
kosiew
committed
5aacb41
View commit details
Copy full SHA for 5aacb41
Browse repository at this point
Add feature flag for pyarrow UUID helper detection
Show description for bae5d54
kosiew
committed
bae5d54
View commit details
Copy full SHA for bae5d54
Browse repository at this point
Add assertions for UUID extension type in tests
Show description for 153b5f1
kosiew
committed
153b5f1
View commit details
Copy full SHA for 153b5f1
Browse repository at this point
Teach _wrap_extension_value to handle empty arrays
Show description for 1baa2b7
kosiew
committed
1baa2b7
View commit details
Copy full SHA for 1baa2b7
Browse repository at this point
Refactor type alias for PyArrowArray to use Union for better clarity
kosiew
committed
308e774
View commit details
Copy full SHA for 308e774
Browse repository at this point
Fix Ruff errors
kosiew
committed
16224e2
View commit details
Copy full SHA for 16224e2
Browse repository at this point
Enhance documentation for PyArrowArray type alias to clarify usage and improve type-checking
kosiew
committed
7b9ced0
View commit details
Copy full SHA for 7b9ced0
Browse repository at this point
Commits on Oct 23, 2025
Add dev dependency pyarrow >= 19 and remove UUID extension availability check from tests
kosiew
committed
0f28465
View commit details
Copy full SHA for 0f28465
Browse repository at this point
Update return_type to raise error for metadata source
Show description for f068caa
kosiew
committed
f068caa
View commit details
Copy full SHA for f068caa
Browse repository at this point
Fix ruff errors
kosiew
committed
1ea75fd
View commit details
Copy full SHA for 1ea75fd
Browse repository at this point
Commits on Nov 1, 2025
reverted accidental formatting
kosiew
committed
27bc012
View commit details
Copy full SHA for 27bc012
Browse repository at this point
Merge branch 'main' into udf-1172
kosiew
committed
f9f1799
View commit details
Copy full SHA for f9f1799
Browse repository at this point
fix ruff errors
kosiew
committed
6b40052
View commit details
Copy full SHA for 6b40052
Browse repository at this point
You can’t perform that action at this time.