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 metrics for repartition physical-plan Changes to the physical-plan crate
#20924 opened Mar 13, 2026 by xanderbailey Loading…
Fix sort merge interleave overflow physical-plan Changes to the physical-plan crate
#20922 opened Mar 13, 2026 by xudong963 Draft
[branch-52] Fix duplicate group keys after hash aggregation spill (#20724) (#20858) physical-plan Changes to the physical-plan crate
#20917 opened Mar 12, 2026 by alamb Loading…
[branch-53] Fix duplicate group keys after hash aggregation spill (#20724) (#20858) physical-plan Changes to the physical-plan crate
#20918 opened Mar 12, 2026 by alamb Loading…
Remove file prefetching from FileStream datasource Changes to the datasource crate
#20916 opened Mar 12, 2026 by Dandandan Draft
IO benches execution Related to the execution crate
#20915 opened Mar 12, 2026 by Dandandan Draft
Extract shared ParquetReadPlan for leaf column resolution datasource Changes to the datasource crate
#20913 opened Mar 12, 2026 by friendlymatthew Loading…
Add datafusion/arrow_canonical_extension_types feature core Core DataFusion crate development-process Related to development process of DataFusion
#20908 opened Mar 12, 2026 by Tpt Loading…
fix[physical-expr-adapter]: support casting structs nested inside complex types common Related to common crate logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates
#20907 opened Mar 12, 2026 by asubiotto Loading…
feat: estimate cardinality for semi and anti-joins using distinct counts physical-plan Changes to the physical-plan crate
#20904 opened Mar 12, 2026 by buraksenn Loading…
feat: add generic runtime binding for physical expressions physical-expr Changes to the physical-expr crates
#20901 opened Mar 12, 2026 by gene-bordegaray Loading…
Add validation for CardinalityEffect::equal when executing a plan common Related to common crate documentation Improvements or additions to documentation physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#20875 opened Mar 11, 2026 by xanderbailey Loading…
Minor: make signatures of SessionContext::register_* methods consistent core Core DataFusion crate
#20873 opened Mar 11, 2026 by alexandreyc Loading…
chore(deps): bump the all-other-cargo-deps group across 1 directory with 17 updates auto-dependencies core Core DataFusion crate datasource Changes to the datasource crate optimizer Optimizer rules physical-plan Changes to the physical-plan crate
#20872 opened Mar 11, 2026 by dependabot bot Loading…
Add function origin API to replace name-based function checks in the optimizer core Core DataFusion crate ffi Changes to the ffi crate functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules proto Related to proto crate spark substrait Changes to the substrait crate
#20868 opened Mar 11, 2026 by alexandreyc Loading…
Improve UNNEST streaming with chunked batch emission and disable chunking for recursive/staged paths common Related to common crate core Core DataFusion crate physical-plan Changes to the physical-plan crate sql SQL Planner
#20866 opened Mar 11, 2026 by kosiew Loading…
fix(stats): widen sum_value integer arithmetic to SUM-compatible types common Related to common crate datasource Changes to the datasource crate physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate
#20865 opened Mar 11, 2026 by kumarUjjawal Loading…
feat: add DROP pipe operator support documentation Improvements or additions to documentation sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#20864 opened Mar 11, 2026 by jayendra13 Loading…
feat: suport spark compatible floor function spark sqllogictest SQL Logic Tests (.slt)
#20860 opened Mar 11, 2026 by coderfender Loading…
ProTip! Exclude everything labeled bug with -label:bug.