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

feat: substrait support of Decimal32 & Decimal64 substrait Changes to the substrait crate
#21857 opened Apr 26, 2026 by akoshchiy Contributor Draft
feat: in-memory radix partitioning in grouped hash aggregate (draft) common Related to common crate documentation Improvements or additions to documentation physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#21856 opened Apr 26, 2026 by Dandandan Contributor Draft
feat: automatically cast ListView to List for UDFs common Related to common crate functions Changes to functions implementation logical-expr Logical plan and expressions sqllogictest SQL Logic Tests (.slt)
#21855 opened Apr 26, 2026 by Jefffrey Contributor Loading…
perf: Add BulkNullStringArrayBuilder trait, use in repeat functions Changes to functions implementation
#21854 opened Apr 25, 2026 by neilconway Contributor Loading…
Draft: implement non-blocking morsel API datasource Changes to the datasource crate
#21852 opened Apr 25, 2026 by alamb Contributor Draft
2 tasks
Adds dynamic filter support for NestedLoopJoinExec physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#21851 opened Apr 25, 2026 by SubhamSinghal Contributor Loading…
perf: Use bulk-NULL builder in replace functions Changes to functions implementation
#21849 opened Apr 25, 2026 by neilconway Contributor Loading…
perf: Use bulk-NULL builder in chr functions Changes to functions implementation
#21847 opened Apr 25, 2026 by neilconway Contributor Loading…
fix: make_array returns wrong row count for null-array input core Core DataFusion crate functions Changes to functions implementation spark sqllogictest SQL Logic Tests (.slt)
#21842 opened Apr 25, 2026 by mpurins Loading…
chore: bump sha & md-5 to 0.11.0 functions Changes to functions implementation
#21840 opened Apr 25, 2026 by Jefffrey Contributor Loading…
Fix some GH action permission issues identified by CodeQL development-process Related to development process of DataFusion
#21838 opened Apr 25, 2026 by Jefffrey Contributor Loading…
bench: add key-only payload sort benchmarks core Core DataFusion crate
#21837 opened Apr 25, 2026 by gratus00 Loading…
refactor array_remove benchmarks & add nested benches functions Changes to functions implementation
#21834 opened Apr 24, 2026 by Jefffrey Contributor Loading…
feat: Support RIGHT/FULL joins in NLJ memory-limited execution physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#21833 opened Apr 24, 2026 by viirya Member Loading…
Gene.bordegaray/2026/04/partition routed dynamic filters core Core DataFusion crate datasource Changes to the datasource crate optimizer Optimizer rules physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate proto Related to proto crate sqllogictest SQL Logic Tests (.slt)
#21832 opened Apr 24, 2026 by gene-bordegaray Contributor Loading…
chore: add internal markdown link check development-process Related to development process of DataFusion documentation Improvements or additions to documentation
#21831 opened Apr 24, 2026 by Geethapranay1 Contributor Loading…
perf: use fastrange instead of modulo for hash partition assignment (up to 1.15x improvement) core Core DataFusion crate physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#21830 opened Apr 24, 2026 by Dandandan Contributor Loading…
feat: LogicalPlanningPipeline core Core DataFusion crate optimizer Optimizer rules
#21829 opened Apr 24, 2026 by notfilippo Member Draft
feat: pushdown OFFSET to parquet for RG-level skipping datasource Changes to the datasource crate optimizer Optimizer rules physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#21828 opened Apr 24, 2026 by zhuqi-lucas Contributor Loading…
fix: InterleaveExec fallback to UnionExec when children partitioning diverges physical-plan Changes to the physical-plan crate
#21827 opened Apr 24, 2026 by zhuqi-lucas Contributor Loading…
fix: fix elapsed_compute metric in ParquetSink to report encoding time only core Core DataFusion crate datasource Changes to the datasource crate
#21825 opened Apr 24, 2026 by fred1268 Loading…
docs(optimizer): add generated optimizer rules reference core Core DataFusion crate development-process Related to development process of DataFusion documentation Improvements or additions to documentation
#21824 opened Apr 24, 2026 by kumarUjjawal Contributor Loading…
chore: use Arc::unwrap_or_clone in more places core Core DataFusion crate datasource Changes to the datasource crate ffi Changes to the ffi crate logical-expr Logical plan and expressions optimizer Optimizer rules physical-plan Changes to the physical-plan crate sql SQL Planner substrait Changes to the substrait crate
#21823 opened Apr 24, 2026 by Dandandan Contributor Loading…
chore: Add existence (semi / anti ) benchmarks for hashjoinexec physical-plan Changes to the physical-plan crate
#21821 opened Apr 24, 2026 by coderfender Contributor Loading…
ProTip! Filter pull requests by the default branch with base:main.