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: wrap instead of panicking on overflow in the Duration avg accumulator functions Changes to functions implementation
#24895 opened Sep 3, 2026 by edubraqd Loading…
fix: do not panic when displaying a Date64 scalar of i64::MIN common Related to common crate
#24893 opened Sep 3, 2026 by edubraqd Loading…
fix: RepartitionExec deadlock when its spill pool holds two open files core Core DataFusion crate development-process Related to development process of DataFusion physical-plan Changes to the physical-plan crate
#24891 opened Sep 2, 2026 by adriangb Contributor Loading…
fix(physical-plan): CoalescePartitionsExec panic on wasm32-unknown-unknown physical-plan Changes to the physical-plan crate
#24890 opened Sep 2, 2026 by kentkwu Contributor Loading…
fix: duplicate groups after spilling in legacy hash aggregation with a nested group key core Core DataFusion crate functions Changes to functions implementation physical-plan Changes to the physical-plan crate
#24889 opened Sep 2, 2026 by rluvaton Member Draft
fix: clear memory after emit all in count distinct core Core DataFusion crate functions Changes to functions implementation
#24888 opened Sep 2, 2026 by rluvaton Member Loading…
fix: preserve output field name when reversing aggregate window expressions core Core DataFusion crate physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate
#24887 opened Sep 2, 2026 by timsaucer Member Draft
test: add aggregate fuzz tests for all shapes core Core DataFusion crate functions Changes to functions implementation physical-plan Changes to the physical-plan crate
#24881 opened Sep 2, 2026 by rluvaton Member Draft
refactor(hash-aggr): Simplify partial hash aggregate with generator pattern physical-plan Changes to the physical-plan crate
#24877 opened Sep 2, 2026 by 2010YOUY01 Contributor Draft
perf: embed projections in ASOF joins physical-plan Changes to the physical-plan crate
#24873 opened Sep 2, 2026 by Xuanwo Member Draft
refactor(hash-aggr): route grouping sets to the migrated hash streams physical-plan Changes to the physical-plan crate
#24870 opened Sep 2, 2026 by 2010YOUY01 Contributor Loading…
1 task done
perf: compact inputs for grouped aggregate filter functions Changes to functions implementation physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#24869 opened Sep 2, 2026 by lyne7-sc Contributor Loading…
feat: support binary types in octet_length documentation Improvements or additions to documentation functions Changes to functions implementation logical-expr Logical plan and expressions sqllogictest SQL Logic Tests (.slt)
#24867 opened Sep 2, 2026 by eddietejeda Loading…
fix: check for key retriever in Parquet decryption properties conversion common Related to common crate
#24866 opened Sep 1, 2026 by adamreeve Contributor Loading…
fix: propagate field metadata through coalesce, nvl, and nvl2 functions Changes to functions implementation
#24865 opened Sep 1, 2026 by james-willis Loading…
fix: make a cast target's metadata authoritative functions Changes to functions implementation logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt)
#24864 opened Sep 1, 2026 by adriangb Contributor Draft
chore(deps): bump substrait from 0.63.0 to 0.65.0 substrait Changes to the substrait crate
#24861 opened Sep 1, 2026 by alexandrefimov Loading…
Allow a non-distinct count alongside the single distinct aggregate in SingleDistinctToGroupBy functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#24859 opened Sep 1, 2026 by adriangb Contributor Draft
fix: charge retained scratch indices capacity in GroupsAccumulatorAdapter functions Changes to functions implementation
#24858 opened Sep 1, 2026 by adriangb Contributor Loading…
fix: stop pre-allocating and undercounting a hash table per COUNT(DISTINCT) group core Core DataFusion crate functions Changes to functions implementation physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate
#24857 opened Sep 1, 2026 by adriangb Contributor Draft
test: add regression coverage for terminal hash aggregate drain physical-plan Changes to the physical-plan crate
#24853 opened Sep 1, 2026 by hhhizzz Contributor Loading…
fix: account for memory that we still hold on when splitting batch physical-plan Changes to the physical-plan crate
#24852 opened Sep 1, 2026 by rluvaton Member Loading…
fix: avoid i8 overflow when computing the wider decimal precision logical-expr Logical plan and expressions
#24851 opened Sep 1, 2026 by dylanpulver Loading…
ProTip! Exclude everything labeled bug with -label:bug.