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

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
POC: batch-granular parquet scan scheduling (and two row-group-granular alternatives) auto detected api change Auto detected API change datasource Changes to the datasource crate
#24086 opened Aug 4, 2026 by adriangb Contributor Draft
PoC(CI): Introduce xtask to keep local test and CI commands in sync development-process Related to development process of DataFusion
#24083 opened Aug 4, 2026 by 2010YOUY01 Contributor Loading…
feat(pruning): expose pruning predicate IN-list rewrite size cap as a config option auto detected api change Auto detected API change common Related to common crate datasource Changes to the datasource crate documentation Improvements or additions to documentation proto Related to proto crate sqllogictest SQL Logic Tests (.slt)
#24074 opened Aug 4, 2026 by zhuqi-lucas Contributor Loading…
fix: reject duplicate projection output names physical-plan Changes to the physical-plan crate
#24073 opened Aug 3, 2026 by msaule Draft
add ExecutionPlan::dynamic_expressions() method auto detected api change Auto detected API change core Core DataFusion crate ffi Changes to the ffi crate physical-plan Changes to the physical-plan crate
#24068 opened Aug 3, 2026 by jayshrivastava Contributor Loading…
2
4
Enable more lints common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate ffi Changes to the ffi crate functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate proto Related to proto crate spark
#24066 opened Aug 3, 2026 by emilk Contributor Loading…
feat(functions): re-expose string builder API for concat functions Changes to functions implementation
#24064 opened Aug 3, 2026 by mzabaluev Contributor Loading…
ProTip! Exclude everything labeled bug with -label:bug.