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

Benchmark: Window topn optimisation common Related to common crate core Core DataFusion crate optimizer Optimizer rules physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#21479 opened Apr 8, 2026 by SubhamSinghal Loading…
fix: json scan performance on local files datasource Changes to the datasource crate
#21478 opened Apr 8, 2026 by ariel-miculas Loading…
perf: Optimize NULL handling in some datetime functions functions Changes to functions implementation
#21477 opened Apr 8, 2026 by neilconway Loading…
perf: Optimize NULL handling in arrays_zip functions Changes to functions implementation
#21475 opened Apr 8, 2026 by neilconway Loading…
feat: extend single ndv optimization to non-numeric types for equality predicates physical-plan Changes to the physical-plan crate
#21473 opened Apr 8, 2026 by buraksenn Loading…
perf: Optimize NULL handling in array_has functions Changes to functions implementation
#21471 opened Apr 8, 2026 by neilconway Loading…
Hybrid eager/deferred accumulation for string_agg GroupsAccumulator to reduce copying and memory usage core Core DataFusion crate functions Changes to functions implementation
#21469 opened Apr 8, 2026 by kosiew Draft
perf: Optimize lcd, gcd NULL handling functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#21468 opened Apr 8, 2026 by neilconway Loading…
[bench] core Core DataFusion crate physical-plan Changes to the physical-plan crate
#21465 opened Apr 8, 2026 by Dandandan Draft
perf: Optimize find_in_set NULL handling functions Changes to functions implementation
#21464 opened Apr 8, 2026 by neilconway Loading…
Update documentation with recent blogs and events documentation Improvements or additions to documentation
#21462 opened Apr 8, 2026 by alamb Loading…
[datafusion-functions-aggregate]: add ordered first_last tests functions Changes to functions implementation
#21461 opened Apr 8, 2026 by alamb Draft
feat: implement DFExtensionType for remaining canonical Arrow extension types common Related to common crate core Core DataFusion crate logical-expr Logical plan and expressions
#21458 opened Apr 8, 2026 by EeshanBembi Loading…
refactor: extract sort pushdown logic from FileScanConfig into separate module datasource Changes to the datasource crate
#21457 opened Apr 8, 2026 by zhuqi-lucas Loading…
perf : Optimize count distinct functions Changes to functions implementation
#21456 opened Apr 8, 2026 by coderfender Loading…
fix(dataframe): handle FixedSizeBinary in describe core Core DataFusion crate
#21455 opened Apr 8, 2026 by officialasishkumar Loading…
perf: approx_distinct bitmap instead hll smaller int types functions Changes to functions implementation
#21453 opened Apr 8, 2026 by coderfender Loading…
Update 53 upgrade guide to note release, other changes documentation Improvements or additions to documentation
#21449 opened Apr 7, 2026 by alamb Loading…
feat: Add memory-limited execution for NestedLoopJoinExec physical-plan Changes to the physical-plan crate
#21448 opened Apr 7, 2026 by viirya Loading…
fix: PostgreSQL dialect can not support tinyint type sql SQL Planner
#21445 opened Apr 7, 2026 by xiedeyantu Loading…
perf: Optimize left, right to reduce copying functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#21442 opened Apr 7, 2026 by neilconway Loading…
fix: grouping with alias core Core DataFusion crate optimizer Optimizer rules
#21438 opened Apr 7, 2026 by timsaucer Loading…
ProTip! Filter pull requests by the default branch with base:main.