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

feat: include source field context in cast errors physical-expr Changes to the physical-expr crates
#24920 opened Sep 3, 2026 by haohuaijin Contributor Loading…
fix(optimizer): bound planning-time regex compilation core Core DataFusion crate functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Changes to the physical-expr crates
#24917 opened Sep 3, 2026 by goutamadwant Contributor Loading…
fix: allow free RANGE window frames over ORDER BY types without arithmetic optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#24916 opened Sep 3, 2026 by edubraqd Loading…
fix: report nested unnest of a struct as a planning error sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#24912 opened Sep 3, 2026 by edubraqd Loading…
fix: reject invalid strftime strings in datafusion.format.* options common Related to common crate
#24910 opened Sep 3, 2026 by edubraqd Loading…
fix: do not panic when partitioning a COPY by an out-of-range date datasource Changes to the datasource crate sqllogictest SQL Logic Tests (.slt)
#24908 opened Sep 3, 2026 by edubraqd Loading…
Unify temporal field parsing with DatePart functions Changes to functions implementation spark sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#24906 opened Sep 3, 2026 by sdf-jkl Contributor Loading…
fix: reject invalid parquet writer options instead of panicking common Related to common crate
#24905 opened Sep 3, 2026 by edubraqd Loading…
fix: reject negative INTERVAL offsets in RANGE window frames optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#24903 opened Sep 3, 2026 by edubraqd Loading…
fix: do not preallocate max_size centroids in TDigest functions Changes to functions implementation
#24901 opened Sep 3, 2026 by edubraqd Loading…
fix: avoid dividing by zero in avg for decimals with a negative scale functions Changes to functions implementation
#24899 opened Sep 3, 2026 by edubraqd Loading…
fix: do not overflow in unwrap_cast for decimals with a negative scale logical-expr Logical plan and expressions
#24897 opened Sep 3, 2026 by edubraqd Loading…
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: 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…
ProTip! Exclude everything labeled bug with -label:bug.