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
/
iceberg-rust
Public
Notifications
You must be signed in to change notification settings
Fork
568
Star
1.4k
Code
Issues
221
Pull requests
115
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Datafusion session integration
- #3000
#3000
Open
DerGut
wants to merge 16 commits into
apache:main
apache/iceberg-rust:main
from
DerGut:datafusion-session-integration
DerGut/iceberg-rust:datafusion-session-integration
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Open
Datafusion session integration
#3000
DerGut
wants to merge 16 commits into
apache:main
apache/iceberg-rust:main
from
DerGut:datafusion-session-integration
DerGut/iceberg-rust:datafusion-session-integration
Copy head branch name to clipboard
Commits
Commits on Sep 8, 2026
refactor(datafusion): rename catalog provider modules
DerGut
committed
173b7a4
View commit details
Copy full SHA for 173b7a4
Browse repository at this point
Introduce the SessionContextResolver trait
DerGut
committed
8cf55fa
View commit details
Copy full SHA for 8cf55fa
Browse repository at this point
Introduce the CatalogAccess abstraction
DerGut
committed
f9237a6
View commit details
Copy full SHA for f9237a6
Browse repository at this point
Use CatalogAccess in providers and forward session were available
DerGut
committed
8f89444
View commit details
Copy full SHA for 8f89444
Browse repository at this point
Add new constructor for session-aware providers
DerGut
committed
c35c03b
View commit details
Copy full SHA for c35c03b
Browse repository at this point
Match IcebergCommitExec::new's visibility
DerGut
committed
fc199ef
View commit details
Copy full SHA for fc199ef
Browse repository at this point
Store fallback_context and reuse it
DerGut
committed
dcddc5c
View commit details
Copy full SHA for dcddc5c
Browse repository at this point
SessionCatalog to Catalog adapter
DerGut
committed
1e4a993
View commit details
Copy full SHA for 1e4a993
Browse repository at this point
Keep SessionBoundCatalog private
DerGut
committed
2197024
View commit details
Copy full SHA for 2197024
Browse repository at this point
Factor out catalog access with shared session
DerGut
committed
ce9757f
View commit details
Copy full SHA for ce9757f
Browse repository at this point
Add example
DerGut
committed
b54e557
View commit details
Copy full SHA for b54e557
Browse repository at this point
Add tests
DerGut
committed
8c557e8
View commit details
Copy full SHA for 8c557e8
Browse repository at this point
Replace `SessionContextResolver` trait with fixed resolution from
Show description for 614c23b
DerGut
committed
614c23b
View commit details
Copy full SHA for 614c23b
Browse repository at this point
Replace CatalogAccess with SessionBindingCatalogAdapter
Show description for 01537b3
DerGut
committed
01537b3
View commit details
Copy full SHA for 01537b3
Browse repository at this point
Rename catalog_access -> catalog_adapter module
DerGut
committed
0c78570
View commit details
Copy full SHA for 0c78570
Browse repository at this point
Commits on Sep 12, 2026
Implement ConfigExtension
DerGut
committed
f442c7b
View commit details
Copy full SHA for f442c7b
Browse repository at this point
You can’t perform that action at this time.