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

minor: make MinIO tests more stable development-process Related to development process of DataFusion
#25092 opened Sep 9, 2026 by comphead Contributor Loading…
fix: Derive Substrait intersection nullability from every input substrait Changes to the substrait crate
#25091 opened Sep 8, 2026 by namanjain24-sudo Loading…
fix: Set Substrait output_type on aggregate functions substrait Changes to the substrait crate
#25090 opened Sep 8, 2026 by namanjain24-sudo Loading…
fix(substrait): reject incompatible decimal output types substrait Changes to the substrait crate
#25087 opened Sep 8, 2026 by Satyr09 Contributor Draft
feat: Fix output bytes metric in hash agg common Related to common crate physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#25086 opened Sep 8, 2026 by ariel-miculas Contributor Loading…
Enable more clippy lints (part 3/3)
#25081 opened Sep 8, 2026 by emilk Contributor Draft
Enable more clippy lints (part 2/3)
#25080 opened Sep 8, 2026 by emilk Contributor Draft
perf: compute cardinality from list/map offsets functions Changes to functions implementation
#25079 opened Sep 8, 2026 by neilconway Contributor Loading…
fix: null-aware anti join could emit rows after a sibling probe partition saw NULL physical-plan Changes to the physical-plan crate
#25076 opened Sep 8, 2026 by jayzhan211 Contributor Loading…
chore: mark partial reduce stream as can handle back pressure (spillable) physical-plan Changes to the physical-plan crate
#25075 opened Sep 8, 2026 by rluvaton Member Loading…
fix: preserve computed projections in unions_to_filter optimizer Optimizer rules
#25074 opened Sep 8, 2026 by pushnanashi2 Loading…
perf: reduce invariant-check code generation physical-plan Changes to the physical-plan crate
#25073 opened Sep 8, 2026 by kumarUjjawal Contributor Loading…
fix: partial reduce should not propegate input ordering physical-plan Changes to the physical-plan crate
#25072 opened Sep 8, 2026 by rluvaton Member Loading…
fix: preserve window inputs during TopK aggregation optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#25066 opened Sep 8, 2026 by discord9 Contributor Draft
fix: preserve fetched merges during distribution enforcement core Core DataFusion crate optimizer Optimizer rules
#25065 opened Sep 8, 2026 by discord9 Contributor Draft
fix(proto): preserve CSV sink writer options auto detected api change Auto detected API change datasource Changes to the datasource crate proto Related to proto crate
#25058 opened Sep 8, 2026 by buraksenn Contributor Loading…
fix(proto): preserve Parquet source and sink state auto detected api change Auto detected API change datasource Changes to the datasource crate documentation Improvements or additions to documentation proto Related to proto crate
#25057 opened Sep 8, 2026 by buraksenn Contributor Loading…
fix(proto): preserve physical cast expression state auto detected api change Auto detected API change common Related to common crate documentation Improvements or additions to documentation logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates
#25056 opened Sep 8, 2026 by buraksenn Contributor Loading…
fix: preserve only the maintained input ordering in joins physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#25053 opened Sep 8, 2026 by lyne7-sc Contributor Loading…
Add aggregate-internal submetrics auto detected api change Auto detected API change documentation Improvements or additions to documentation functions Changes to functions implementation logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate
#25051 opened Sep 8, 2026 by kosiew Contributor Loading…
Perf: Take the comparison-free fast path in the grouped first/last accumulator when input is pre-ordered functions Changes to functions implementation optimizer Optimizer rules performance Make DataFusion faster sqllogictest SQL Logic Tests (.slt)
#25050 opened Sep 8, 2026 by zhuqi-lucas Contributor Loading…
fix: accept empty flags in regexp_like and regexp_match functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#25046 opened Sep 8, 2026 by peterxcli Member Loading…
fix: reject unsupported Substrait aggregation phases substrait Changes to the substrait crate
#25045 opened Sep 7, 2026 by goutamadwant Contributor Loading…
fix: honor max_row_group_bytes in the parallel Parquet writer common Related to common crate datasource Changes to the datasource crate documentation Improvements or additions to documentation sqllogictest SQL Logic Tests (.slt)
#25041 opened Sep 7, 2026 by Satyr09 Contributor Loading…
ProTip! Exclude everything labeled bug with -label:bug.