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(optimizer): coalesce peer first_value / last_value into a single struct aggregate common Related to common crate core Core DataFusion crate documentation Improvements or additions to documentation optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#23682 opened Jul 18, 2026 by tohuya6 Draft
2
[WIP] allow range to satisfy key distribution generally optimizer Optimizer rules physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate
#23680 opened Jul 17, 2026 by gene-bordegaray Contributor Draft
chore: Enable unused_async lint api change Changes the API exposed to users of the crate catalog Related to the catalog crate core Core DataFusion crate datasource Changes to the datasource crate execution Related to the execution crate physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#23679 opened Jul 17, 2026 by neilconway Contributor Loading…
fix: Capture global ORDER BY requirement under ScalarSubqueryExec root core Core DataFusion crate optimizer Optimizer rules
#23677 opened Jul 17, 2026 by sgrebnov Member Loading…
fix: preserve precision in log() with mixed-width float arguments functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#23676 opened Jul 17, 2026 by U0001F3A2 Loading…
perf: bulk-append contiguous buffered runs in sort merge join performance Make DataFusion faster physical-plan Changes to the physical-plan crate
#23673 opened Jul 17, 2026 by andygrove Member Loading…
feat: removed all instances of deprecated virtualtable values field substrait Changes to the substrait crate
#23672 opened Jul 17, 2026 by eliot1480 Loading…
fix(datasource): avoid over-conservative transformation of num_rows statistics in file scan config datasource Changes to the datasource crate
#23670 opened Jul 17, 2026 by tschwarzinger Contributor Loading…
fix: handle NULL string and format arguments in to_date, to_timestamp, and to_unixtime documentation Improvements or additions to documentation functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#23669 opened Jul 17, 2026 by U0001F3A2 Loading…
test: Fix data_pagesize_limit extraction in parquet writer props roundtrip test common Related to common crate
#23664 opened Jul 17, 2026 by jackylee-ch Contributor Loading…
[branch-54] Fix evaluation of lambda with multiple parameters when some are unused (backport of #22853, adapted) logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt)
#23660 opened Jul 17, 2026 by gstvg Contributor Loading…
chore: downsize sql_planner_extended logical_plan_optimize sample size to 5 core Core DataFusion crate
#23659 opened Jul 17, 2026 by Jefffrey Contributor Loading…
refactor(hash-aggr): Support spilling for ordered aggregation physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#23657 opened Jul 17, 2026 by 2010YOUY01 Contributor Loading…
Datasource: Add file_metadata() to DataSink for per-file write metadata datasource Changes to the datasource crate
#23656 opened Jul 17, 2026 by qzyu999 Loading…
bench: use seedable rng for reproducibility core Core DataFusion crate functions Changes to functions implementation
#23653 opened Jul 16, 2026 by theirix Contributor Loading…
feat: make StatisticsRegistry the default operator-statistics path auto detected api change Auto detected API change common Related to common crate core Core DataFusion crate documentation Improvements or additions to documentation optimizer Optimizer rules physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#23651 opened Jul 16, 2026 by asolimando Member Loading…
refactor: pass SubqueryContext explicitly through planner traits api change Changes the API exposed to users of the crate auto detected api change Auto detected API change catalog Related to the catalog crate core Core DataFusion crate datasource Changes to the datasource crate documentation Improvements or additions to documentation functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Changes to the physical-expr crates
#23649 opened Jul 16, 2026 by timsaucer Member Loading…
feat(physical-plan): GroupColumn support for List / LargeList physical-plan Changes to the physical-plan crate
#23648 opened Jul 16, 2026 by mzabaluev Contributor Loading…
Add FixedSizeBinary support for MultiGroupBy physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#23646 opened Jul 16, 2026 by maxburke Contributor Loading…
docs(physical-plan): correct the documentation for GroupColumn::vectorized_equal_to physical-plan Changes to the physical-plan crate
#23639 opened Jul 16, 2026 by mzabaluev Contributor Loading…
fix: Handle input_file_name() pushdown into ParquetSource with filter pushdown enabled datasource Changes to the datasource crate sqllogictest SQL Logic Tests (.slt)
#23638 opened Jul 16, 2026 by AdamGS Contributor Loading…
fix: Do not mark GROUP BY derived unique keys as nullable common Related to common crate optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#23636 opened Jul 16, 2026 by alamb Contributor Loading…
docs: Clarify FunctionalDependence::nullable and Dependency mode docs common Related to common crate documentation Improvements or additions to documentation
#23635 opened Jul 16, 2026 by alamb Contributor Loading…
Setup dependabot to do rust-toolchain updates development-process Related to development process of DataFusion
#23633 opened Jul 16, 2026 by Jefffrey Contributor Loading…
Bump MSRV from 1.88.0 to 1.94.0 api change Changes the API exposed to users of the crate documentation Improvements or additions to documentation
#23632 opened Jul 16, 2026 by Jefffrey Contributor Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.