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.4k
Code
Issues
1.9k
Pull requests
427
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
All pull requests
New pull request
Search pull requests
is
:
pr
state
:
open
is:pr state:open
Clear filter
Search
Pull requests
Open
427
(427)
Closed
15,680
(15,680)
Author
Label
Projects
Milestones
Reviews
Assignee
Sort by
Newest
descending
More items
Comfortable display density
Compact display density
feat: drop a stream task's future in place when its stream is dropped
common
physical-plan
#25763
·
ranflarion
opened
Sep 26, 2026
Contributor
·
·
1
1
perf: emit initial filter output sooner for dynamic pruning
auto detected api change
core
physical-plan
proto
#25761
·
neilconway
opened
Sep 25, 2026
Contributor
·
·
13
Prototype: physical filter API (PhysicalFilter / FilterConjunct) with optional conjuncts
auto detected api change
core
datasource
optimizer
physical-expr
physical-plan
proto
#25760
·
adriangb
opened
Sep 25, 2026
Contributor
·
·
2
docs: Make the preference for sqllogictest over Rust unit tests more visible
documentation
#25756
·
alamb
opened
Sep 25, 2026
Contributor
·
·
3
perf: Optimize
array_filter
functions
sqllogictest
#25754
·
neilconway
opened
Sep 25, 2026
Contributor
·
·
3
[final state] optional filters stack (do not merge)
auto detected api change
common
core
datasource
documentation
optimizer
physical-expr
physical-plan
proto
sqllogictest
#25752
·
adriangb
opened
Sep 25, 2026
Contributor
·
·
136
fix(functions-aggregate): guard against slice indexing underflow and allocation hazards in first_last and array_agg
functions
#25751
·
IgnatiusPang
opened
Sep 25, 2026
·
·
2
fix(physical-plan): replace approximate
map_size
accounting with exact
HashTable::allocation_size()
in
GroupValuesRows
physical-plan
#25750
·
mohitgurav20
opened
Sep 25, 2026
·
·
1
fix(ffi): don't discard downcast-delegating wrappers of foreign plans
ffi
#25749
·
timsaucer
opened
Sep 25, 2026
Member
·
·
1
1
fix(functions-aggregate): propagate NaN in corr when either column contains NaN
functions
sqllogictest
#25747
·
IgnatiusPang
opened
Sep 25, 2026
·
·
1
fix(functions): prevent invalid sort omission in log monotonicity when base <= 1
functions
#25746
·
IgnatiusPang
opened
Sep 25, 2026
·
·
1
fix: validate percentile bounds in calculate_percentile to prevent out-of-bounds panic and silent corruption
functions
sqllogictest
#25745
·
IgnatiusPang
opened
Sep 25, 2026
·
·
1
fix: clamp cosine_distance to enforce metric non-negativity and boundedness [0.0, 2.0]
functions
sqllogictest
#25744
·
IgnatiusPang
opened
Sep 25, 2026
·
·
8
fix: propagate NaN in population variance accumulator on single-row d…
functions
#25743
·
IgnatiusPang
opened
Sep 25, 2026
·
·
1
fix: preserve duplicate counts in INTERSECT ALL and EXCEPT ALL
core
logical-expr
sql
substrait
#25742
·
1fanwang
opened
Sep 25, 2026
Contributor
·
·
2
1
fix: prevent NaN on extreme precision in round and trunc functions
functions
#25741
·
IgnatiusPang
opened
Sep 25, 2026
·
·
2
Implement Aggregate function
map_agg
documentation
functions
sqllogictest
#25740
·
rishabh1244
opened
Sep 25, 2026
·
·
1
perf: avoid quadratic planning for SELECTs with many aggregates
core
logical-expr
#25739
·
1fanwang
opened
Sep 25, 2026
Contributor
·
·
10
DRAFT Bench 25188
core
physical-plan
sqllogictest
#25733
·
kosiew
opened
Sep 25, 2026
Contributor
·
·
4
fix: preserve negative zero in trunc
functions
sqllogictest
#25732
·
1fanwang
opened
Sep 25, 2026
Contributor
·
·
1
1
feat: preserve bitmap-backed Parquet row selections
core
datasource
#25731
·
haohuaijin
opened
Sep 25, 2026
Contributor
·
·
2
2
perf: PartitionedTopK hold retained rows in one shared RecordBatchStore
physical-plan
#25730
·
SubhamSinghal
opened
Sep 25, 2026
Contributor
·
·
1
1
fix: do not install a Parquet row selection when the page index prunes nothing
datasource
sqllogictest
#25729
·
adriangb
opened
Sep 25, 2026
Contributor
·
·
20
perf: mirror compound ASOF key predicates to right
optimizer
sqllogictest
#25728
·
Xuanwo
opened
Sep 25, 2026
Member
·
·
1
feat: adaptive placement of Parquet scan filters (row filter, post-scan, skip)
auto detected api change
common
core
datasource
documentation
physical-expr
proto
sqllogictest
#25727
·
adriangb
opened
Sep 25, 2026
Contributor
·
·
21
Previous
1
2
3
4
5
6
7
…
18
Next
You can’t perform that action at this time.