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

chore: Skip Code CI for non code changes development-process Related to development process of DataFusion
#22894 opened Jun 10, 2026 by comphead Contributor Loading…
fix: Omit NULL values from build side of hash joins auto detected api change Auto detected API change physical-plan Changes to the physical-plan crate
#22893 opened Jun 10, 2026 by neilconway Contributor Loading…
refactor: make scalar distance u64 and overflow aware auto detected api change Auto detected API change common Related to common crate logical-expr Logical plan and expressions
#22892 opened Jun 10, 2026 by sweb Contributor Loading…
[#21878] extensive test for multi-dictionary column group bys physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#22888 opened Jun 10, 2026 by Rich-T-kid Contributor Loading…
fix: coerce SIMILAR TO operands to a common string type to avoid 'failed to downcast array' panic optimizer Optimizer rules physical-expr Changes to the physical-expr crates sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#22887 opened Jun 10, 2026 by adriangb Contributor Loading…
perf: Extend WindowTopN to support RANK auto detected api change Auto detected API change core Core DataFusion crate optimizer Optimizer rules physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#22885 opened Jun 10, 2026 by SubhamSinghal Contributor Loading…
docs: link to 2026 Q3-Q4 roadmap discussion documentation Improvements or additions to documentation
#22884 opened Jun 10, 2026 by alamb Contributor Loading…
fix(sort): record output_batches, output_bytes and end_time for when not using merge sort core Core DataFusion crate physical-plan Changes to the physical-plan crate
#22878 opened Jun 10, 2026 by rluvaton Member Draft
docs: move TopK user defined operator example into extending-operators guide core Core DataFusion crate documentation Improvements or additions to documentation
#22871 opened Jun 10, 2026 by sjhddh Contributor Loading…
Refactor outer join null-rejection analysis to track join sides directly optimizer Optimizer rules
#22870 opened Jun 10, 2026 by kosiew Contributor Loading…
Clearly gate sliding SUM(DISTINCT) type support functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#22866 opened Jun 10, 2026 by kumarUjjawal Contributor Loading…
refactor: introduce ProbeEnd state in NestedLoopJoinExec physical-plan Changes to the physical-plan crate
#22865 opened Jun 10, 2026 by nathanb9 Contributor Loading…
fix: count shared buffers once in hash join build-side memory accounting common Related to common crate physical-plan Changes to the physical-plan crate
#22862 opened Jun 9, 2026 by jordepic Loading…
multi dictionary benchmarks physical-plan Changes to the physical-plan crate
#22859 opened Jun 9, 2026 by Rich-T-kid Contributor Loading…
Test performance of BatchCoalescer::push_batch_with_filter common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate spark
#22858 opened Jun 9, 2026 by alamb Contributor Draft
Skip loading Parquet page index when row-group statistics already prove it cannot prune datasource Changes to the datasource crate
#22857 opened Jun 9, 2026 by RatulDawar Contributor Loading…
fix(lambda): keep multi-param lambda parameter positions stable auto detected api change Auto detected API change physical-expr Changes to the physical-expr crates
#22853 opened Jun 9, 2026 by Adam-Alani Loading…
fix(topk): call attempt_early_completion when filter rejects entire batch physical-plan Changes to the physical-plan crate
#22852 opened Jun 9, 2026 by ajegou Loading…
feat: make date_part always return Float64 documentation Improvements or additions to documentation functions Changes to functions implementation spark sqllogictest SQL Logic Tests (.slt)
#22851 opened Jun 9, 2026 by Adam-Alani Draft
feat(lambda): support map non empty nulls cleanup for HigherOrderFunctionExpr logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates
#22847 opened Jun 9, 2026 by rluvaton Member Draft
feat: Add max batch size metric to baseline [API Breaking] auto detected api change Auto detected API change core Core DataFusion crate documentation Improvements or additions to documentation ffi Changes to the ffi crate physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#22845 opened Jun 9, 2026 by EmilyMatt Contributor Loading…
chore(deps): bump the proto group across 1 directory with 3 updates auto-dependencies proto Related to proto crate substrait Changes to the substrait crate
#22843 opened Jun 9, 2026 by dependabot Bot Loading…
feat: support reading from stdin in datafusion-cli documentation Improvements or additions to documentation
#22839 opened Jun 9, 2026 by huan233usc Loading…
ProTip! Filter pull requests by the default branch with base:main.