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

Short circuit expensive comparissions in GroupColumn physical-plan Changes to the physical-plan crate
#23344 opened Jul 6, 2026 by Rich-T-kid Contributor Loading…
Perf: Add short circuit for primitive vectorized equal_to physical-plan Changes to the physical-plan crate
#23343 opened Jul 6, 2026 by Rich-T-kid Contributor Loading…
perf: Optimize array_has() for array needle functions Changes to functions implementation
#23337 opened Jul 6, 2026 by freakyzoidberg Member Draft
ci: reintroduce code coverage reporting with cargo-llvm-cov auto detected api change Auto detected API change core Core DataFusion crate development-process Related to development process of DataFusion ffi Changes to the ffi crate
#23336 opened Jul 6, 2026 by buraksenn Contributor Draft
feat: Support BinaryView type in approx_distinct functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#23333 opened Jul 6, 2026 by mkleen Contributor Loading…
v54 upgrade guide: Remove unreleased-note documentation Improvements or additions to documentation
#23331 opened Jul 6, 2026 by simonvandel Contributor Loading…
Preserve string slice function return types functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#23330 opened Jul 6, 2026 by xudong963 Member Draft
perf(sort): passthrough last stream that left in SortPreservingMergeStream physical-plan Changes to the physical-plan crate
#23328 opened Jul 5, 2026 by rluvaton Member Draft
fix: preserve aggregate scope when unparsing core Core DataFusion crate sql SQL Planner
#23327 opened Jul 5, 2026 by Phoenix500526 Contributor Loading…
fix: cache CLI AWS credentials until expiry
#23325 opened Jul 5, 2026 by ametel01 Contributor Loading…
refactor(hash-aggr): Simplify aggregate hash table with tempated functions physical-plan Changes to the physical-plan crate
#23324 opened Jul 5, 2026 by 2010YOUY01 Contributor Loading…
feat: support decimals in trunc UDF functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#23320 opened Jul 4, 2026 by theirix Contributor Loading…
Add regression tests for hash-join dynamic filter expression policy physical-plan Changes to the physical-plan crate
#23319 opened Jul 4, 2026 by kosiew Contributor Loading…
docs: document ClickBench setup details
#23315 opened Jul 3, 2026 by ByteBaker 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 Draft
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…
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…
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 proto Related to proto crate
#23287 opened Jul 2, 2026 by kszucs Member Draft
ProTip! Exclude everything labeled bug with -label:bug.