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

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 physical-plan Changes to the physical-plan crate
#21632 opened Apr 14, 2026 by RatulDawar Contributor Loading…
bench: Scale sort benchmarks to 10M rows to exercise merge path core Core DataFusion crate
#21630 opened Apr 14, 2026 by mbutrovich 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 Loading…
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
Spark is_valid_utf8 function implementation spark sqllogictest SQL Logic Tests (.slt)
#21627 opened Apr 14, 2026 by kazantsev-maksim Contributor Draft
Null rejection trait optimizer Optimizer rules physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt)
#21623 opened Apr 14, 2026 by SubhamSinghal Contributor Loading…
Push down topk through join optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#21621 opened Apr 14, 2026 by SubhamSinghal Contributor Loading…
Port filter_pushdown.rs async tests to sqllogictest core Core DataFusion crate sqllogictest SQL Logic Tests (.slt)
#21620 opened Apr 14, 2026 by adriangb Contributor Loading…
4 tasks done
perf: fast-path inline strings in ByteViewGroupValueBuilder::vectorized_append common Related to common crate core Core DataFusion crate logical-expr Logical plan and expressions physical-plan Changes to the physical-plan crate
#21618 opened Apr 14, 2026 by EeshanBembi Contributor Loading…
Centralize relation-scope binding and enforce duplicate alias validation in SQL planner sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#21617 opened Apr 14, 2026 by kosiew Contributor Loading…
fix(benchmarks): correct TPC-H benchmark SQL
#21615 opened Apr 14, 2026 by kumarUjjawal Contributor Loading…
feat: add a config to disable subquery_sort_elimination common Related to common crate documentation Improvements or additions to documentation execution Related to the execution crate sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#21614 opened Apr 14, 2026 by haohuaijin Contributor Loading…
Add DecomposeAggregate optimizer to rewrite AVG as SUM/COUNT functions Changes to functions implementation optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#21613 opened Apr 14, 2026 by Dandandan Contributor Loading…
3 tasks done
chore(deps): update maturin requirement from <2,>=1.11 to >=1.13.1,<2 in /docs auto-dependencies documentation Improvements or additions to documentation
#21608 opened Apr 14, 2026 by dependabot bot Loading…
chore(deps): update setuptools requirement from <83,>=82 to >=82.0.1,<83 in /docs auto-dependencies documentation Improvements or additions to documentation
#21607 opened Apr 14, 2026 by dependabot bot Loading…
fix: Make conversion from FileDecryptionProperties to ConfigFileDecryptionProperties fallible common Related to common crate core Core DataFusion crate
#21603 opened Apr 14, 2026 by adamreeve Contributor Loading…
fix: address escape literal issue #21516 core Core DataFusion crate sql SQL Planner
#21599 opened Apr 13, 2026 by SamAya21 Loading…
feat: early group emission with emit+reset for partial aggregation common Related to common crate physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#21595 opened Apr 13, 2026 by Dandandan Contributor Draft
Snowflake Unparser dialect and UNNEST support sql SQL Planner
#21593 opened Apr 13, 2026 by yonatan-sevenai Contributor Loading…
Rich t kid/dictionary encoding hash optmize physical-plan Changes to the physical-plan crate
#21589 opened Apr 13, 2026 by Rich-T-kid Contributor Draft
perf(physical-plan): optimize byte view append physical-plan Changes to the physical-plan crate
#21586 opened Apr 13, 2026 by kumarUjjawal Contributor Loading…
Null aware hash mark joins core Core DataFusion crate logical-expr Logical plan and expressions optimizer Optimizer rules physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#21585 opened Apr 13, 2026 by AdamGS Contributor Draft
feat: reorder row groups by statistics during sort pushdown datasource Changes to the datasource crate sqllogictest SQL Logic Tests (.slt)
#21580 opened Apr 13, 2026 by zhuqi-lucas Contributor Loading…
Remove sqllogictest fork swap from regenerate_sqlite_files.sh sqllogictest SQL Logic Tests (.slt)
#21578 opened Apr 13, 2026 by RafaelHerrero Contributor Loading…
ProTip! Filter pull requests by the default branch with base:main.