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
413
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
413
(413)
Closed
15,663
(15,663)
Author
Label
Projects
Milestones
Reviews
Assignee
Sort by
Newest
descending
More items
Comfortable display density
Compact display density
feat: bucket the hash table of single stage aggregations that run on every partition
auto detected api change
common
documentation
physical-plan
sqllogictest
#25725
·
jayzhan211
opened
Sep 25, 2026
Contributor
·
·
3
feat: aggregate a large final hash table as hash buckets (experimental, off by default)
auto detected api change
common
documentation
physical-plan
sqllogictest
#25724
·
jayzhan211
opened
Sep 25, 2026
Contributor
·
·
3
perf: Optimize
array_agg(... IGNORE NULLS)
functions
#25723
·
neilconway
opened
Sep 25, 2026
Contributor
·
·
3
feat: keep optional filters pruning-only in the Parquet post-scan path
auto detected api change
core
datasource
physical-expr
proto
sqllogictest
#25722
·
adriangb
opened
Sep 24, 2026
Contributor
·
·
2
feat: adaptive conjunct reordering in FilterExec
auto detected api change
common
documentation
physical-expr
physical-plan
sqllogictest
#25721
·
adriangb
opened
Sep 24, 2026
Contributor
·
·
2
fix: use NDV for unresolved scalar subquery selectivity instead of 20% fallback
physical-plan
#25719
·
mohitgurav20
opened
Sep 24, 2026
·
·
fix: deduplicate StringView/BinaryView buffer refs in CollectLeft Has...
physical-plan
#25716
·
mohitgurav20
opened
Sep 24, 2026
·
·
1
feat: make optional_filter_mode = adaptive the default
auto detected api change
common
core
datasource
documentation
physical-expr
physical-plan
proto
sqllogictest
#25715
·
adriangb
opened
Sep 24, 2026
Contributor
·
·
21
perf: push partitioned hash join dynamic filter bounds and membership as separate filters
auto detected api change
core
physical-plan
proto
sqllogictest
#25713
·
adriangb
opened
Sep 24, 2026
Contributor
·
·
15
Fix panic from
avg(x ORDER BY y)
(and more)
functions
spark
sqllogictest
#25711
·
masonh22
opened
Sep 24, 2026
Contributor
·
·
2
Add a test to enforce compatibility between an aggregate's accumulators
functions
#25710
·
masonh22
opened
Sep 24, 2026
Contributor
·
·
1
feat(agg): add initial Blocked aggregate api
auto detected api change
functions
logical-expr
physical-expr
physical-plan
#25707
·
rluvaton
opened
Sep 24, 2026
Member
·
·
10
docs: Add November 2026 San Francisco DataFusion meetup to events page
documentation
#25703
·
alamb
opened
Sep 24, 2026
Contributor
·
·
1
fix: to_char returns row 0 for every row with a scalar datetime and a format column
functions
sqllogictest
#25700
·
jackylee-ch
opened
Sep 24, 2026
Contributor
·
·
4
docs(physical-plan): add doctest examples for StatisticsRegistry, ExtendedStatistics, and compute_extended
physical-plan
#25699
·
asolimando
opened
Sep 24, 2026
Member
·
·
1
1
refactor: Make AggregateExec state modeling and public updates safe (part2: topk)
auto detected api change
core
optimizer
physical-plan
proto
#25696
·
2010YOUY01
opened
Sep 24, 2026
Contributor
·
·
1
5
chore: Hide test-only internal public APIs
auto detected api change
catalog
common
core
datasource
documentation
functions
logical-expr
physical-expr
physical-plan
#25695
·
2010YOUY01
opened
Sep 24, 2026
Contributor
·
·
3
fix: guard against out-of-bounds column statistics in count's fast path
functions
#25694
·
jackylee-ch
opened
Sep 24, 2026
Contributor
·
·
1
fix: handle dictionary nulls in null-aware left mark joins
physical-plan
#25693
·
viirya
opened
Sep 24, 2026
Member
·
·
1
1
fix: avoid invalid date_bin ordering after overflow
functions
sqllogictest
#25692
·
viirya
opened
Sep 24, 2026
Member
·
·
1
1
feat: extract enforcement into a PhysicalAnalyzerRule phase (prereq for #25572)
core
optimizer
#25688
·
zhuqi-lucas
opened
Sep 24, 2026
Contributor
·
·
18
fix: reject groups accumulator for NULL-typed bitwise aggregates
functions
sqllogictest
#25687
·
jackylee-ch
opened
Sep 24, 2026
Contributor
·
·
3
[DO NOT MERGE] bench: pin arrow-rs to apache/arrow-rs#11168 (lazy dictionary decode on skip)
#25686
·
zhuqi-lucas
opened
Sep 24, 2026
Contributor
·
·
10
fix: plan aggregates over CASE conditions with multiple columns
physical-expr
sqllogictest
#25684
·
1fanwang
opened
Sep 24, 2026
Contributor
·
·
1
1
feat: let FilterExec skip optional filters that are not worth their cost
auto detected api change
common
documentation
physical-expr
physical-plan
proto
sqllogictest
#25683
·
adriangb
opened
Sep 24, 2026
Contributor
·
·
2
Previous
1
2
3
4
5
6
7
…
17
Next
You can’t perform that action at this time.