Skip to content

Pull requests: apache/datafusion

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

perf(repartition): batch reservation + sends via per-partition local buffers physical-plan Changes to the physical-plan crate
#21677 opened Apr 16, 2026 by Dandandan Contributor Draft
feat: add sort_pushdown_inexact benchmark for RG reorder
#21674 opened Apr 16, 2026 by zhuqi-lucas Contributor Loading…
Add io-uring based ObjectStore for local file I/O core Core DataFusion crate execution Related to the execution crate
#21673 opened Apr 16, 2026 by Dandandan Contributor Draft
feat: support ListView and LargeListView in ScalarValue common Related to common crate proto Related to proto crate sql SQL Planner
#21669 opened Apr 16, 2026 by Jefffrey 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
#21654 opened Apr 15, 2026 by Dandandan Contributor Draft
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…
Test: morsel splitting & merging in SharedWorkSource datasource Changes to the datasource crate
#21640 opened Apr 15, 2026 by Dandandan Contributor Draft
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
#21628 opened Apr 14, 2026 by Dandandan Contributor Draft
ProTip! Exclude everything labeled bug with -label:bug.