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

doc: add implementation guidelines for datafusion-spark spark
#24140 opened Aug 6, 2026 by Jefffrey Contributor Loading…
chore: add runendencoded & listview types to dfschema equality methods common Related to common crate
#24138 opened Aug 6, 2026 by Jefffrey Contributor Loading…
chore: fix some scalar function docs documentation Improvements or additions to documentation functions Changes to functions implementation
#24134 opened Aug 6, 2026 by Jefffrey Contributor Loading…
feat: union nested Parquet leaves across projection accesses datasource Changes to the datasource crate sqllogictest SQL Logic Tests (.slt)
#24130 opened Aug 6, 2026 by goutamadwant Contributor Loading…
refactor(pruning): deprecate PruningPredicate::try_new auto detected api change Auto detected API change datasource Changes to the datasource crate
#24129 opened Aug 6, 2026 by goutamadwant Contributor Loading…
perf: skip evaluating fully calculated window partitions logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate
#24127 opened Aug 5, 2026 by neilconway Contributor Loading…
POC: Scan-scoped Parquet pruning setup cache with cached page pruning predicates datasource Changes to the datasource crate
#24126 opened Aug 5, 2026 by alamb Contributor Draft
fix: apply struct field filters when the file schema needs adaptation sqllogictest SQL Logic Tests (.slt)
#24125 opened Aug 5, 2026 by adriangb Contributor Loading…
fix(proto): prevent logical plan serialization stack overflow proto Related to proto crate
#24124 opened Aug 5, 2026 by mithuncy Contributor Loading…
docs: Dcument WindowFn and add comments documentation Improvements or additions to documentation physical-expr Changes to the physical-expr crates
#24118 opened Aug 5, 2026 by alamb Contributor Draft
feat(ffi): add an FFI extension codec bundle api change Changes the API exposed to users of the crate auto detected api change Auto detected API change datasource Changes to the datasource crate documentation Improvements or additions to documentation ffi Changes to the ffi crate
#24108 opened Aug 5, 2026 by timsaucer Member Draft
fix: support untyped NULL input for median functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#24104 opened Aug 5, 2026 by Sigma-Ma Loading…
fix: GROUP BY returns two rows for the NULL group with a nullable UNIQUE constraint common Related to common crate sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#24103 opened Aug 5, 2026 by LDM-A Loading…
IN LIST: reuse primitive filters for FixedSizeBinary physical-expr Changes to the physical-expr crates
#24102 opened Aug 5, 2026 by geoffreyclaude Contributor Draft
[Parquet] Skip bloom filter predicate evaluation when no bloom filters are loaded datasource Changes to the datasource crate
#24101 opened Aug 5, 2026 by rgehan Contributor Loading…
perf: preserve dictionary encoding for btrim, ltrim, and rtrim functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#24100 opened Aug 5, 2026 by lyne7-sc Contributor Loading…
Fix aggregate accumulator capacity accounting functions Changes to functions implementation
#24099 opened Aug 5, 2026 by kosiew Contributor Loading…
perf: avoid scanning array_agg state in size functions Changes to functions implementation
#24097 opened Aug 5, 2026 by lyne7-sc Contributor Loading…
physical-plan: coerce UNION/INTERLEAVE schema mismatches at plan time core Core DataFusion crate 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)
#24094 opened Aug 5, 2026 by dariocurr Contributor Loading…
IN LIST: optimize Utf8View and BinaryView filters with standard hash sets physical-expr Changes to the physical-expr crates
#24088 opened Aug 4, 2026 by geoffreyclaude Contributor Draft
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.