-
Notifications
You must be signed in to change notification settings - Fork 2k
Pull requests: apache/datafusion
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
perf(repartition): batch reservation + sends via per-partition local buffers
physical-plan
Changes to the physical-plan crate
feat: add sort_pushdown_inexact benchmark for RG reorder
#21674
opened Apr 16, 2026 by
zhuqi-lucas
Contributor
Loading…
PushdownFilter optimizations
logical-expr
Logical plan and expressions
optimizer
Optimizer rules
sqllogictest
SQL Logic Tests (.slt)
#21668
opened Apr 16, 2026 by
joroKr21
Contributor
Loading…
1 task done
perf(push_down_filter): skip filter revalidation
logical-expr
Logical plan and expressions
optimizer
Optimizer rules
#21667
opened Apr 16, 2026 by
kumarUjjawal
Contributor
Loading…
Handle canceled partitioned hash join dynamic filters lazily
physical-plan
Changes to the physical-plan crate
#21666
opened Apr 16, 2026 by
adriangb
Contributor
Loading…
Support Date32/Date64 in unwrap_cast optimization
logical-expr
Logical plan and expressions
sqllogictest
SQL Logic Tests (.slt)
#21665
opened Apr 16, 2026 by
Dandandan
Contributor
Loading…
Use NDV estimate to pre-allocate hash tables during aggregation
functions
Changes to functions implementation
logical-expr
Logical plan and expressions
physical-expr
Changes to the physical-expr crates
physical-plan
Changes to the physical-plan crate
Resolve MIN/MAX from Parquet metadata for Single-mode aggregates and CAST projections
optimizer
Optimizer rules
physical-expr
Changes to the physical-expr crates
sqllogictest
SQL Logic Tests (.slt)
#21651
opened Apr 15, 2026 by
Dandandan
Contributor
Loading…
Refactor InListExpr to use modular StaticFilter architecture
physical-expr
Changes to the physical-expr crates
#21649
opened Apr 15, 2026 by
geoffreyclaude
Contributor
Loading…
Add strategy-focused InList benchmarks
physical-expr
Changes to the physical-expr crates
#21648
opened Apr 15, 2026 by
geoffreyclaude
Contributor
Loading…
Support arithmetic expressions in PruningPredicate for Parquet row gr…
core
Core DataFusion crate
sqllogictest
SQL Logic Tests (.slt)
#21647
opened Apr 15, 2026 by
SubhamSinghal
Contributor
Loading…
fix(optimizer): preserve filter execution order in PushDownFilter
optimizer
Optimizer rules
#21646
opened Apr 15, 2026 by
SAY-5
Loading…
docs: add April 2026 readings and meetup links
documentation
Improvements or additions to documentation
#21644
opened Apr 15, 2026 by
alamb
Contributor
Loading…
Actually preserve predicate execution order in PushDownFilter
optimizer
Optimizer rules
sqllogictest
SQL Logic Tests (.slt)
#21643
opened Apr 15, 2026 by
joroKr21
Contributor
Loading…
fix: remove barrier from SharedBuildAccumulator to resolve Q18 deadlock
core
Core DataFusion crate
physical-plan
Changes to the physical-plan crate
#21641
opened Apr 15, 2026 by
adriangb
Contributor
Loading…
feat: Add Spark-compatible SQL Logic Tests (.slt)
monthname function to datafusion-spark
spark
sqllogictest
#21639
opened Apr 15, 2026 by
JeelRajodiya
Loading…
Skip RowFilter and page pruning for fully matched row groups
datasource
Changes to the datasource crate
sqllogictest
SQL Logic Tests (.slt)
#21637
opened Apr 15, 2026 by
xudong963
Member
Loading…
refactor: Introduce SpillState enum for memory-limited NLJ execution
physical-plan
Changes to the physical-plan crate
#21636
opened Apr 15, 2026 by
viirya
Member
Loading…
Fix massive spill files for StringView/BinaryView columns II
physical-plan
Changes to the physical-plan crate
#21633
opened Apr 14, 2026 by
adriangb
Contributor
Loading…
fix: prevent hash join deadlock when dynamic filtering is enabled
core
Core DataFusion crate
physical-plan
Changes to the physical-plan crate
sqllogictest
SQL Logic Tests (.slt)
#21632
opened Apr 14, 2026 by
RatulDawar
Contributor
Loading…
perf: Coalesce batches before sorting in ExternalSorter to reduce merge fan-in
common
Related to common crate
core
Core DataFusion crate
documentation
Improvements or additions to documentation
execution
Related to the execution crate
performance
Make DataFusion faster
physical-plan
Changes to the physical-plan crate
sqllogictest
SQL Logic Tests (.slt)
#21629
opened Apr 14, 2026 by
mbutrovich
Contributor
•
Draft
Optimize ArrowBytesViewMap: fuse hash+insert, shrink entries, remove generic
physical-expr
Changes to the physical-expr crates
physical-plan
Changes to the physical-plan crate
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.