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-python
Public
Notifications
You must be signed in to change notification settings
Fork
174
Star
605
Code
Issues
69
Pull requests
22
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add a worked example of three extension libraries in one distributed query
- #1721
#1721
Open
timsaucer
wants to merge 31 commits into
main
apache/datafusion-python:main
from
feat/distributed-extensions-example
apache/datafusion-python:feat/distributed-extensions-example
Copy head branch name to clipboard
Conversation
Commits
31
(31)
Checks
Files changed
Open
Add a worked example of three extension libraries in one distributed query
#1721
timsaucer
wants to merge 31 commits into
main
apache/datafusion-python:main
from
feat/distributed-extensions-example
apache/datafusion-python:feat/distributed-extensions-example
Copy head branch name to clipboard
Commits
Commits on Sep 14, 2026
Add dfx_storage: a codec that writes durable metadata
Show description for 34667a4
timsaucer
and
claude
committed
34667a4
View commit details
Copy full SHA for 34667a4
Browse repository at this point
Add dfx_udfs: the library that cannot be installed as a bundle
Show description for 7b78f27
timsaucer
and
claude
committed
7b78f27
View commit details
Copy full SHA for 7b78f27
Browse repository at this point
Add dfx_engine: a toy distributed engine in both halves
Show description for 1a6fbd8
timsaucer
and
claude
committed
1a6fbd8
View commit details
Copy full SHA for 1a6fbd8
Browse repository at this point
Add the queries and the cross-library integration tests
Show description for 4f0fbef
timsaucer
and
claude
committed
4f0fbef
View commit details
Copy full SHA for 4f0fbef
Browse repository at this point
Wire the distributed example into CI, and say which example is which
Show description for 7f5ac79
timsaucer
and
claude
committed
7f5ac79
View commit details
Copy full SHA for 7f5ac79
Browse repository at this point
Document what a worker has to reproduce, and three findings that cost time
Show description for 76d9aca
timsaucer
and
claude
committed
76d9aca
View commit details
Copy full SHA for 76d9aca
Browse repository at this point
Build the example libraries on the host, and prime their deps once
Show description for fc14b14
timsaucer
and
claude
committed
fc14b14
View commit details
Copy full SHA for fc14b14
Browse repository at this point
Number the stages, and ship all of them
Show description for d0e50e2
timsaucer
and
claude
committed
d0e50e2
View commit details
Copy full SHA for d0e50e2
Browse repository at this point
Read the third codec id instead of copying it
Show description for f911e1f
timsaucer
and
claude
committed
f911e1f
View commit details
Copy full SHA for f911e1f
Browse repository at this point
Make the example's run instructions work
Show description for 3a5736c
timsaucer
and
claude
committed
3a5736c
View commit details
Copy full SHA for 3a5736c
Browse repository at this point
Cover build_session's own consistency check
Show description for 1fc5207
timsaucer
and
claude
committed
1fc5207
View commit details
Copy full SHA for 1fc5207
Browse repository at this point
Point local_session.rs at a section that exists
Show description for 4a17b5d
timsaucer
and
claude
committed
4a17b5d
View commit details
Copy full SHA for 4a17b5d
Browse repository at this point
Say why table_options_mut panics on purpose
Show description for 4f0ae01
timsaucer
and
claude
committed
4f0ae01
View commit details
Copy full SHA for 4f0ae01
Browse repository at this point
Link the two sections this PR added
Show description for 3035109
timsaucer
and
claude
committed
3035109
View commit details
Copy full SHA for 3035109
Browse repository at this point
Decode a provider with the schema from the plan
Show description for 502780d
timsaucer
and
claude
committed
502780d
View commit details
Copy full SHA for 502780d
Browse repository at this point
Refuse a malformed projection instead of dropping it
Show description for bdc9bae
timsaucer
and
claude
committed
bdc9bae
View commit details
Copy full SHA for bdc9bae
Browse repository at this point
Raise Execution, not Internal, for a bad payload
Show description for 1fbda34
timsaucer
and
claude
committed
1fbda34
View commit details
Copy full SHA for 1fbda34
Browse repository at this point
Stop converting a fallback this planner never calls
Show description for e5693df
timsaucer
and
claude
committed
e5693df
View commit details
Copy full SHA for e5693df
Browse repository at this point
Clear the small stuff off the distributed example
Show description for f50a1b7
timsaucer
and
claude
committed
f50a1b7
View commit details
Copy full SHA for f50a1b7
Browse repository at this point
Refuse a shuffle directory that already holds stage output
Show description for 5fd7907
timsaucer
and
claude
committed
5fd7907
View commit details
Copy full SHA for 5fd7907
Browse repository at this point
Check a shuffle file's schema instead of adopting it
Show description for c4629d5
timsaucer
and
claude
committed
c4629d5
View commit details
Copy full SHA for c4629d5
Browse repository at this point
Size a scalar function's output from the batch, not its arguments
Show description for 47700f9
timsaucer
and
claude
committed
47700f9
View commit details
Copy full SHA for 47700f9
Browse repository at this point
Say what the example-test gate actually does
Show description for 0a3445b
timsaucer
and
claude
committed
0a3445b
View commit details
Copy full SHA for 0a3445b
Browse repository at this point
Keep the driver's scratch out of the results directory
Show description for 334643c
timsaucer
and
claude
committed
334643c
View commit details
Copy full SHA for 334643c
Browse repository at this point
Write workflow comments so counts and versions cannot rot
Show description for e26520d
timsaucer
and
claude
committed
e26520d
View commit details
Copy full SHA for e26520d
Browse repository at this point
Name the codecs that actually park live objects
Show description for d25e184
timsaucer
and
claude
committed
d25e184
View commit details
Copy full SHA for d25e184
Browse repository at this point
Fix what the new docstrings claim, and where they claim it
Show description for 93ecace
timsaucer
and
claude
committed
93ecace
View commit details
Copy full SHA for 93ecace
Browse repository at this point
Reap worker processes on every driver exit path
Show description for 58a52a6
timsaucer
and
claude
committed
58a52a6
View commit details
Copy full SHA for 58a52a6
Browse repository at this point
Make the tests fail for the implementations they claim to catch
Show description for 3c410c5
timsaucer
and
claude
committed
3c410c5
View commit details
Copy full SHA for 3c410c5
Browse repository at this point
Close the review's smaller findings
Show description for 9c16b97
timsaucer
and
claude
committed
9c16b97
View commit details
Copy full SHA for 9c16b97
Browse repository at this point
Let tpchgen-cli shard the data instead of resharding it
Show description for 93c9353
timsaucer
committed
93c9353
View commit details
Copy full SHA for 93c9353
Browse repository at this point
You can’t perform that action at this time.