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

Copy limits before repartitions common Related to common crate core Core DataFusion crate optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#20736 opened Mar 6, 2026 by avantgardnerio Draft
Add initial dhat heap profile tests core Core DataFusion crate
#20734 opened Mar 5, 2026 by cetra3 Loading…
[branch-53] perf: sort replace free()->try_grow() pattern with try_resize() to reduce memory pool interactions performance Make DataFusion faster physical-plan Changes to the physical-plan crate
#20733 opened Mar 5, 2026 by mbutrovich Loading…
feat: Improve partition_statistics() for AggregateExec using distinct_count core Core DataFusion crate physical-plan Changes to the physical-plan crate
#20731 opened Mar 5, 2026 by jonathanc-n Loading…
fix: Remove !=0 check from supports_collect_by_thresholds optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#20730 opened Mar 5, 2026 by jonathanc-n Loading…
Spark soundex function implementation spark sqllogictest SQL Logic Tests (.slt)
#20725 opened Mar 5, 2026 by kazantsev-maksim Loading…
Add tests for simplifying multiple aggregate expressions sqllogictest SQL Logic Tests (.slt)
#20723 opened Mar 5, 2026 by alamb Draft
Attach diagnostic information for duplicate table name error sql SQL Planner
#20720 opened Mar 5, 2026 by buraksenn Loading…
perf: Optimize comparison on nested types performance Make DataFusion faster physical-expr Changes to the physical-expr crates
#20716 opened Mar 5, 2026 by neilconway Loading…
feat: partition_statistics() for HashJoinExec core Core DataFusion crate physical-plan Changes to the physical-plan crate
#20711 opened Mar 4, 2026 by jonathanc-n Loading…
feat: spark compatible ceil function spark sqllogictest SQL Logic Tests (.slt)
#20703 opened Mar 4, 2026 by coderfender Loading…
fix: Optimize !~ '.*' case to col IS NOT NULL AND Boolean(NULL) instead of Eq "" bug Something isn't working optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#20702 opened Mar 4, 2026 by petern48 Loading…
chore(deps): bump the all-other-cargo-deps group across 1 directory with 14 updates auto-dependencies core Core DataFusion crate datasource Changes to the datasource crate optimizer Optimizer rules physical-plan Changes to the physical-plan crate
#20697 opened Mar 4, 2026 by dependabot bot Loading…
perf: Optimize array set ops on sliced arrays functions Changes to functions implementation
#20693 opened Mar 4, 2026 by neilconway Loading…
MiMalloc for sqllogictests development-process Related to development process of DataFusion sqllogictest SQL Logic Tests (.slt)
#20682 opened Mar 3, 2026 by blaginin Loading…
Fix cast wrapped AggregateUDF during Substrait Conversion substrait Changes to the substrait crate
#20679 opened Mar 3, 2026 by hareshkh Draft
Allow SQL TypePlanner to plan SQL types as extension types core Core DataFusion crate documentation Improvements or additions to documentation logical-expr Logical plan and expressions sql SQL Planner
#20676 opened Mar 3, 2026 by paleolimbot Loading…
Fix repartition from dropping data when spilling physical-plan Changes to the physical-plan crate
#20672 opened Mar 3, 2026 by xanderbailey Loading…
OptimizeProjections: safely prune struct-only UNNEST when outputs are unused optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#20668 opened Mar 3, 2026 by kosiew Loading…
Minor: Add comment explaining rationale to avoid dependencies on functions documentation Improvements or additions to documentation optimizer Optimizer rules
#20667 opened Mar 3, 2026 by alamb Loading…
Rewrite SUM(expr + scalar) --> SUM(expr) + scalar*COUNT(expr) functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules performance Make DataFusion faster sqllogictest SQL Logic Tests (.slt)
#20665 opened Mar 3, 2026 by alamb Draft
1 of 4 tasks
Add case-heavy LEFT JOIN benchmark and debug timing/logging for PushDownFilter hot paths core Core DataFusion crate optimizer Optimizer rules
#20664 opened Mar 3, 2026 by kosiew Loading…
fix: preserve Utf8View return type in lpad functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#20659 opened Mar 3, 2026 by Tim-53 Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.