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

fix: propagate inner-field metadata through make_array and array_agg common Related to common crate functions Changes to functions implementation spark sqllogictest SQL Logic Tests (.slt)
#22176 opened May 14, 2026 by CuteChuanChuan Contributor Loading…
feat: fix windows decimal casting frame common Related to common crate sqllogictest SQL Logic Tests (.slt)
#22174 opened May 14, 2026 by comphead Contributor Loading…
perf: bypass values.value(i) for inline strings in ArrowBytesViewMap physical-expr Changes to the physical-expr crates
#22172 opened May 14, 2026 by RyanJamesStewart Loading…
perf: Optimize translate to use new bulk-NULL string builders functions Changes to functions implementation
#22171 opened May 14, 2026 by neilconway Contributor Loading…
Support DISTINCT ON with aggregation and windows sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#22169 opened May 14, 2026 by kumarUjjawal Contributor Loading…
fix: reduce memory allocation overhead during partial aggregation ear… physical-plan Changes to the physical-plan crate
#22165 opened May 14, 2026 by ariel-miculas Contributor Loading…
Fix extension type metadata propagation through casts logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt)
#22162 opened May 14, 2026 by paleolimbot Member Draft
Optimize away unused UNNEST under duplicate-insensitive aggregates optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#22161 opened May 14, 2026 by kosiew Contributor Loading…
feat(parquet): two-stage access-plan hooks with shared async reader datasource Changes to the datasource crate
#22160 opened May 14, 2026 by adriangb Contributor Draft
Call take arrays once per repartitioned input batch physical-plan Changes to the physical-plan crate
#22159 opened May 13, 2026 by gene-bordegaray Contributor Loading…
Expose ExecutionPlan statistics across the FFI boundary auto detected api change Auto detected API change ffi Changes to the ffi crate
#22157 opened May 13, 2026 by mailmindlin Contributor Loading…
feat: Add FFI_QueryPlanner to support foreign query planners across shared-library boundaries auto detected api change Auto detected API change core Core DataFusion crate ffi Changes to the ffi crate
#22151 opened May 13, 2026 by milenkovicm Contributor Loading…
feat: eliminate GlobalLimitExec when input statistics prove limit is already satisfied core Core DataFusion crate optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#22150 opened May 13, 2026 by xiedeyantu Member Loading…
docs: add DataFusion Java to subproject listings documentation Improvements or additions to documentation
#22149 opened May 13, 2026 by andygrove Member Loading…
fix: preserve Inexact precision in Statistics common Related to common crate physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#22146 opened May 13, 2026 by timsaucer Member Loading…
[PoC] perf: optimize group-only group-by case for primitive cases (clickbench q4) core Core DataFusion crate physical-plan Changes to the physical-plan crate
#22145 opened May 13, 2026 by waynexia Member Draft
[Experiment] Adaptive filter pushdown auto detected api change Auto detected API change common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate documentation Improvements or additions to documentation 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)
#22144 opened May 13, 2026 by adriangb Contributor Draft
bench: remove stale array_expression benchmark functions Changes to functions implementation
#22143 opened May 13, 2026 by kumarUjjawal Contributor Loading…
feat: Enable expressions as default value in lead/lag function documentation Improvements or additions to documentation functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#22134 opened May 12, 2026 by sandugood Loading…
fix: eliminate group by constant empty input optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#22132 opened May 12, 2026 by HairstonE Loading…
chore(deps): bump pbjson-types from 0.8.0 to 0.9.0 in the proto group auto-dependencies substrait Changes to the substrait crate
#22126 opened May 12, 2026 by dependabot Bot Loading…
fix: respect Parquet column order when pruning datasource Changes to the datasource crate documentation Improvements or additions to documentation
#22118 opened May 12, 2026 by kumarUjjawal Contributor Loading…
ProTip! Filter pull requests by the default branch with base:main.