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

[sql]: remove deprecated TableReference re-exports core Core DataFusion crate optimizer Optimizer rules sql SQL Planner substrait Changes to the substrait crate
#23102 opened Jun 22, 2026 by megakaizo Loading…
[physical-plan]: remove deprecated UnionExec::new physical-plan Changes to the physical-plan crate
#23100 opened Jun 22, 2026 by megakaizo Loading…
fix: apply recursive CTE column-list aliases to the static term sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#23098 opened Jun 22, 2026 by tomsanbear Loading…
perf: share encoder/reservation across PartitionedTopKExec partition … physical-plan Changes to the physical-plan crate
#23096 opened Jun 22, 2026 by SubhamSinghal Contributor Loading…
feat(physical-expr): add Partitioning::DynamicRange variant auto detected api change Auto detected API change ffi Changes to the ffi crate physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate proto Related to proto crate
#23094 opened Jun 22, 2026 by avantgardnerio Contributor Loading…
refactor: centralize TopK heap boundary handling physical-plan Changes to the physical-plan crate
#23091 opened Jun 22, 2026 by kumarUjjawal Contributor Loading…
feat: PartitionExtrema + SortExec observer + BoundedWindowAggExec passthrough physical-plan Changes to the physical-plan crate
#23090 opened Jun 22, 2026 by avantgardnerio Contributor Loading…
feat: Support float 32 and float 64 in approx_distinct functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#23084 opened Jun 22, 2026 by mkleen Contributor Draft
fix: preserve empty projection when ser/de HashJoinExec and NestedLoopJoinExec proto Related to proto crate
#23082 opened Jun 22, 2026 by haohuaijin Contributor Loading…
Simplify concat/concat_ws simplification path & support binary in concat simplification core Core DataFusion crate functions Changes to functions implementation spark sqllogictest SQL Logic Tests (.slt)
#23079 opened Jun 22, 2026 by Jefffrey Contributor Loading…
fix: drop dynamic filter in hash-join when swap inputs physical-plan Changes to the physical-plan crate proto Related to proto crate
#23078 opened Jun 22, 2026 by haohuaijin Contributor Loading…
chore: gate internal_datafusion_err import behind the proto feature
#23075 opened Jun 22, 2026 by Phoenix500526 Contributor Loading…
Migrate case conversion and substr_index to fallible string view builder APIs functions Changes to functions implementation
#23074 opened Jun 22, 2026 by kosiew Contributor Loading…
Handle nulls in type coercion of higher-order UDFs, map_extract, spark repeat core Core DataFusion crate functions Changes to functions implementation spark sqllogictest SQL Logic Tests (.slt)
#23071 opened Jun 22, 2026 by gstvg Contributor Loading…
add benchmarks for single column group-values traits physical-plan Changes to the physical-plan crate
#23070 opened Jun 22, 2026 by Rich-T-kid Contributor Loading…
Add ScalarUDF preserves_lex_ordering FFI support auto detected api change Auto detected API change ffi Changes to the ffi crate
#23069 opened Jun 21, 2026 by Amogh-2404 Contributor Loading…
feat: cap spill merge fan-in core Core DataFusion crate documentation Improvements or additions to documentation execution Related to the execution crate physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#23066 opened Jun 21, 2026 by Kevin-Li-2025 Loading…
feat: add native GroupsAccumulator for any_value functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#23065 opened Jun 21, 2026 by Kevin-Li-2025 Draft
feat: Create dynamic filters in SortMergeJoin core Core DataFusion crate physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#23064 opened Jun 21, 2026 by adriangb Contributor Draft
feat: attach Diagnostic to "invalid function argument types" error core Core DataFusion crate functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Changes to the physical-expr crates proto Related to proto crate sql SQL Planner
#23063 opened Jun 21, 2026 by choplin Loading…
fix: pin action SHAs in dev.yml (backport to maint-16.x) development-process Related to development process of DataFusion
#23062 opened Jun 20, 2026 by sandy-sachin7 Loading…
fix: make table function arg coercion non-fatal, add raw_exprs accessor catalog Related to the catalog crate core Core DataFusion crate
#23059 opened Jun 20, 2026 by sandy-sachin7 Loading…
Improve performance of binary and string concatenation operator physical-expr Changes to the physical-expr crates
#23057 opened Jun 20, 2026 by pepijnve Contributor Draft
refactor(hash-aggr): Use EmitTo to output physical-plan Changes to the physical-plan crate
#23055 opened Jun 20, 2026 by 2010YOUY01 Contributor Loading…
ProTip! Exclude everything labeled bug with -label:bug.