Pull requests · apache/datafusion · GitHub
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: avoid panic parsing non-ASCII runtime config values core Core DataFusion crate
#23316 opened Jul 3, 2026 by ByteBaker Loading…
docs: document ClickBench setup details
#23315 opened Jul 3, 2026 by ByteBaker Loading…
chore: add Cargo http options to handle download errors development-process Related to development process of DataFusion
#23314 opened Jul 3, 2026 by comphead Contributor Loading…
chore: Update to arrow/parquet 59.1.0 auto detected api change Auto detected API change common Related to common crate functions Changes to functions implementation physical-expr Changes to the physical-expr crates proto Related to proto crate spark
#23312 opened Jul 3, 2026 by alamb Contributor Draft
IN LIST: add Float16 bitmap filter physical-expr Changes to the physical-expr crates
#23311 opened Jul 3, 2026 by geoffreyclaude Contributor Loading…
fix: preserve precision in log() with mixed float-width arguments functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#23310 opened Jul 3, 2026 by raphaelroshan Draft
refactor(hash-aggr): Simplify aggregate hash table physical-plan Changes to the physical-plan crate
#23309 opened Jul 3, 2026 by 2010YOUY01 Contributor Loading…
Add NOT IN coverage for integer IN list tests sqllogictest SQL Logic Tests (.slt)
#23308 opened Jul 3, 2026 by alamb Contributor Draft
fix: return execution error instead of capacity overflow panic in array_resize functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#23306 opened Jul 3, 2026 by buraksenn Contributor Loading…
Add IN list sqllogictest test (and integer type coverage) sqllogictest SQL Logic Tests (.slt)
#23305 opened Jul 3, 2026 by alamb Contributor Loading…
Fix inexact partitioned TopK sort pushdown core Core DataFusion crate optimizer Optimizer rules
#23301 opened Jul 3, 2026 by xudong963 Member Loading…
chore: deprecate record_batch macro in favor of upstream one auto detected api change Auto detected API change common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate ffi Changes to the ffi crate
#23295 opened Jul 2, 2026 by buraksenn Contributor Loading…
feat: Support duration type in approx_distinct functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#23291 opened Jul 2, 2026 by mkleen Contributor Loading…
Push sort requirements through simple projections core Core DataFusion crate optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#23288 opened Jul 2, 2026 by aectaan Loading…
Support prefix-scoped object stores in the registry auto detected api change Auto detected API change catalog Related to the catalog crate core Core DataFusion crate datasource Changes to the datasource crate execution Related to the execution crate
#23287 opened Jul 2, 2026 by kszucs Member Draft
fix: Batch size limit in re-spill compounds auto detected api change Auto detected API change physical-plan Changes to the physical-plan crate
#23286 opened Jul 2, 2026 by EmilyMatt Contributor Loading…
perf: split row groups by file range (morsel splitting) 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)
#23285 opened Jul 1, 2026 by Dandandan Contributor Draft
fix: avoid global SQL stack guard mutation in unparser sql SQL Planner
#23284 opened Jul 1, 2026 by ametel01 Contributor Loading…
Test: add more aggregation focused dictionary sql logic test sqllogictest SQL Logic Tests (.slt)
#23280 opened Jul 1, 2026 by Rich-T-kid Contributor Loading…
fix: time ± interval returns a wrapped time instead of an interval logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt)
#23279 opened Jul 1, 2026 by vismaytiwari Loading…
fix: Avoid panicing when stats are not available for a file group split datasource Changes to the datasource crate
#23277 opened Jul 1, 2026 by mkleen Contributor Loading…
feat: Implement state conversion for remaining group accumulators core Core DataFusion crate functions Changes to functions implementation
#23275 opened Jul 1, 2026 by lyne7-sc Contributor Loading…
Add EmitTo::FirstBlock for grouped aggregate emission auto detected api change Auto detected API change ffi Changes to the ffi crate functions Changes to functions implementation logical-expr Logical plan and expressions physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#23274 opened Jul 1, 2026 by hhhizzz Contributor Draft
fix: cardinality returns incorrect results for ragged nested arrays functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#23271 opened Jul 1, 2026 by lyne7-sc Contributor Loading…
ProTip! Filter pull requests by the default branch with base:main.