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
Public
Notifications
You must be signed in to change notification settings
Fork
2.4k
Star
9.3k
Code
Issues
1.9k
Pull requests
388
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Push down offset to TableScan
- #25404
#25404
Open
martin-g
wants to merge 12 commits into
apache:main
apache/datafusion:main
from
martin-g:TableProvider-recommend-scan_with_args
martin-g/datafusion:TableProvider-recommend-scan_with_args
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
Push down offset to TableScan
#25404
martin-g
wants to merge 12 commits into
apache:main
apache/datafusion:main
from
martin-g:TableProvider-recommend-scan_with_args
martin-g/datafusion:TableProvider-recommend-scan_with_args
Copy head branch name to clipboard
Commits
Commits on Sep 17, 2026
Deprecate TableProvider::scan() in favor of ::scan_with_args()
Show description for b1a51f2
martin-g
committed
b1a51f2
View commit details
Copy full SHA for b1a51f2
Browse repository at this point
Update all callers of TableProvider::scan() with ::scan_with_args()
martin-g
committed
9a48bf3
View commit details
Copy full SHA for 9a48bf3
Browse repository at this point
Revert unnecessary changes from scan() to scan_with_args()
martin-g
committed
5003d14
View commit details
Copy full SHA for 5003d14
Browse repository at this point
Optimize imports
martin-g
committed
1ffbcd9
View commit details
Copy full SHA for 1ffbcd9
Browse repository at this point
Merge branch 'main' into TableProvider-recommend-scan_with_args
martin-g
authored
bf33559
View commit details
Copy full SHA for bf33559
Browse repository at this point
Add support for pushing down the offset to push_down_limit
Show description for 741424d
martin-g
committed
741424d
View commit details
Copy full SHA for 741424d
Browse repository at this point
prettier
martin-g
committed
513630d
View commit details
Copy full SHA for 513630d
Browse repository at this point
Prevent usize overflows, fix test assertion, fix example in a comment
martin-g
committed
861a55f
View commit details
Copy full SHA for 861a55f
Browse repository at this point
Commits on Sep 18, 2026
Merge branch 'main' into TableProvider-recommend-scan_with_args
martin-g
authored
6f44746
View commit details
Copy full SHA for 6f44746
Browse repository at this point
Minor improvements and adding comments
martin-g
committed
16d6669
View commit details
Copy full SHA for 16d6669
Browse repository at this point
Add SqlLogicTests for the offset pushdown functionality
martin-g
committed
4b67a6e
View commit details
Copy full SHA for 4b67a6e
Browse repository at this point
fmt && prettier
martin-g
committed
ef43a12
View commit details
Copy full SHA for ef43a12
Browse repository at this point
You can’t perform that action at this time.