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-python
Public
Notifications
You must be signed in to change notification settings
Fork
581
Star
1.1k
Code
Issues
142
Pull requests
106
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Pluggable Backend Interface with DataFusion for Bounded-Memory Compute
- #3716
#3716
Closed
qzyu999
wants to merge 37 commits into
apache:main
apache/iceberg-python:main
from
qzyu999:pluggable-backend-init
qzyu999/iceberg-python:pluggable-backend-init
Copy head branch name to clipboard
Conversation
Commits
37
(37)
Checks
Files changed
Closed
Pluggable Backend Interface with DataFusion for Bounded-Memory Compute
#3716
qzyu999
wants to merge 37 commits into
apache:main
apache/iceberg-python:main
from
qzyu999:pluggable-backend-init
qzyu999/iceberg-python:pluggable-backend-init
Copy head branch name to clipboard
Commits
Commits on Jul 25, 2026
Core: Add pluggable execution backend with DataFusion for OOM-resilient operations
qzyu999
committed
d87a050
View commit details
Copy full SHA for d87a050
Browse repository at this point
Commits on Jul 26, 2026
Fix pre-commit check failures: pydocstyle, codespell, markdownlint, uv.lock
qzyu999
committed
1530069
View commit details
Copy full SHA for 1530069
Browse repository at this point
Commits on Jul 27, 2026
Fix lint and type errors for pluggable backend execution module
Show description for dbe2a28
qzyu999
committed
dbe2a28
View commit details
Copy full SHA for dbe2a28
Browse repository at this point
fix: add type annotations and fix linting issues in execution module
Show description for c14961c
qzyu999
committed
c14961c
View commit details
Copy full SHA for c14961c
Browse repository at this point
fix: improve type annotations in execution module and tests
Show description for 2389585
qzyu999
committed
2389585
View commit details
Copy full SHA for 2389585
Browse repository at this point
Fix ruff and mypy errors in execution module tests - partial (96 remaining)
qzyu999
committed
a001e8b
View commit details
Copy full SHA for a001e8b
Browse repository at this point
Continue fixing mypy errors in execution module tests (88 remaining)
qzyu999
committed
b46ba03
View commit details
Copy full SHA for b46ba03
Browse repository at this point
Fix mypy type errors in pluggable backend tests
Show description for f7f8646
qzyu999
committed
f7f8646
View commit details
Copy full SHA for f7f8646
Browse repository at this point
Restore transforms.py and avro/file.py to main state
Show description for 9ac1673
qzyu999
committed
9ac1673
View commit details
Copy full SHA for 9ac1673
Browse repository at this point
Fix import sorting and formatting (ruff)
qzyu999
committed
9fc763e
View commit details
Copy full SHA for 9fc763e
Browse repository at this point
Fix schema reconciliation to always apply when file_schema is valid
Show description for b094122
qzyu999
committed
b094122
View commit details
Copy full SHA for b094122
Browse repository at this point
Fix unbound predicate and file:// URI handling in orchestrate_scan
Show description for ea4cd97
qzyu999
committed
ea4cd97
View commit details
Copy full SHA for ea4cd97
Browse repository at this point
Fix schema reconciliation and predicate binding edge cases
Show description for c8e5b98
qzyu999
committed
c8e5b98
View commit details
Copy full SHA for c8e5b98
Browse repository at this point
Fix type promotion and ArrowScan deprecation warning in tests
qzyu999
committed
e8537a0
View commit details
Copy full SHA for e8537a0
Browse repository at this point
Fix delete to use orchestrate_scan for schema reconciliation
qzyu999
committed
77019d5
View commit details
Copy full SHA for 77019d5
Browse repository at this point
Fix test isolation and name mapping for schema evolution
Show description for 661b423
qzyu999
committed
661b423
View commit details
Copy full SHA for 661b423
Browse repository at this point
Fix orchestrate_scan to use row_filter instead of task.residual for read pushdown
Show description for 9cc3e46
qzyu999
committed
9cc3e46
View commit details
Copy full SHA for 9cc3e46
Browse repository at this point
Fix filter logic and add column rename reconciliation
Show description for 016f07b
qzyu999
committed
016f07b
View commit details
Copy full SHA for 016f07b
Browse repository at this point
Fix partition value projection and post-filter ordering
Show description for 6234c3e
qzyu999
committed
6234c3e
View commit details
Copy full SHA for 6234c3e
Browse repository at this point
Fix e2e test: use int32 to match IntegerType schema
Show description for 7ccb81b
qzyu999
committed
7ccb81b
View commit details
Copy full SHA for 7ccb81b
Browse repository at this point
Fix Spark e2e test: don't require positional delete files
Show description for 14e4f35
qzyu999
committed
14e4f35
View commit details
Copy full SHA for 14e4f35
Browse repository at this point
Fix to_arrow_batch_reader to respect limit parameter
Show description for d5830a4
qzyu999
committed
d5830a4
View commit details
Copy full SHA for d5830a4
Browse repository at this point
Skip Puffin delete files (v3 delete vectors) in positional delete handling
Show description for 9f8741b
qzyu999
committed
9f8741b
View commit details
Copy full SHA for 9f8741b
Browse repository at this point
Apply ruff formatting
qzyu999
committed
cb5c2c1
View commit details
Copy full SHA for cb5c2c1
Browse repository at this point
Use logger instead of warnings.warn for Puffin DV skip message
Show description for b221ef9
qzyu999
committed
b221ef9
View commit details
Copy full SHA for b221ef9
Browse repository at this point
Support Puffin delete vectors (DVs) in Iceberg v3 scans
Show description for c823bf8
qzyu999
committed
c823bf8
View commit details
Copy full SHA for c823bf8
Browse repository at this point
Merge origin/main into pluggable-backend-init
qzyu999
committed
f461d36
View commit details
Copy full SHA for f461d36
Browse repository at this point
Fix post-filter to use task.residual and preserve dictionary encoding
Show description for 444a67b
qzyu999
committed
444a67b
View commit details
Copy full SHA for 444a67b
Browse repository at this point
Fix post-filter: use row_filter, handle already-bound predicates
Show description for ae1cc66
qzyu999
committed
ae1cc66
View commit details
Copy full SHA for ae1cc66
Browse repository at this point
Skip post-filter when pushdown handled the filter (fixes UUID issue)
Show description for 2b82fb9
qzyu999
committed
2b82fb9
View commit details
Copy full SHA for 2b82fb9
Browse repository at this point
Fix post-filter: track actual pushdown instead of inferring from residual
Show description for ea07a19
qzyu999
committed
ea07a19
View commit details
Copy full SHA for ea07a19
Browse repository at this point
Commits on Jul 28, 2026
Add regression tests for positional deletes + row_filter (ea07a19b)
qzyu999
committed
de2d2f0
View commit details
Copy full SHA for de2d2f0
Browse repository at this point
Fix filter pushdown when task.residual is AlwaysTrue (REST catalog)
Show description for ffd7eba
qzyu999
committed
ffd7eba
View commit details
Copy full SHA for ffd7eba
Browse repository at this point
Fix filter pushdown for partition columns and REST catalog
Show description for 55a0f9b
qzyu999
committed
55a0f9b
View commit details
Copy full SHA for 55a0f9b
Browse repository at this point
Fix filter pushdown: verify residual is convertible to PyArrow
Show description for 386ec0f
qzyu999
committed
386ec0f
View commit details
Copy full SHA for 386ec0f
Browse repository at this point
Fix: bind unbound filters in pushdown to handle UUID extension types
Show description for 425d752
qzyu999
committed
425d752
View commit details
Copy full SHA for 425d752
Browse repository at this point
Fix: correct regex pattern in _extract_filter_columns for partition column safeguard
Show description for f54d48c
qzyu999
committed
f54d48c
View commit details
Copy full SHA for f54d48c
Browse repository at this point
You can’t perform that action at this time.