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: panic in ListingTableFactory when session is not SessionState core Core DataFusion crate
#20139 opened Feb 3, 2026 by evangelisilva Loading…
fix: incorrect results when using NOT physical expression in physical… physical-expr Changes to the physical-expr crates
#20138 opened Feb 3, 2026 by evangelisilva Loading…
feat: support limited deletion sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#20137 opened Feb 3, 2026 by askalt Loading…
Make session state builder clonable core Core DataFusion crate
#20136 opened Feb 3, 2026 by askalt Loading…
chore(deps): bump pbjson-types from 0.8.0 to 0.9.0 in the proto group auto-dependencies substrait Changes to the substrait crate
#20126 opened Feb 3, 2026 by dependabot bot Loading…
nom parser instead of ad-hoc in examples
#20122 opened Feb 3, 2026 by cj-zhukov Loading…
feat: add ExtractLeafExpressions optimizer rule for get_field pushdown logical-expr Logical plan and expressions optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#20117 opened Feb 2, 2026 by adriangb Loading…
3 tasks done
Update to arrow/parquet 57.3.0
#20115 opened Feb 2, 2026 by alamb Draft
feat: unify left and right functions and benches functions Changes to functions implementation
#20114 opened Feb 2, 2026 by theirix Loading…
perf: Optimize scalar fast path of to_hex function functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#20112 opened Feb 2, 2026 by kumarUjjawal Loading…
fix: filter pushdown when merge filter core Core DataFusion crate physical-plan Changes to the physical-plan crate
#20110 opened Feb 2, 2026 by haohuaijin Loading…
chore: remove datatype check functions in favour of upstream versions logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Changes to the physical-expr crates
#20104 opened Feb 2, 2026 by Jefffrey Loading…
Fix array_repeat handling of null count values sqllogictest SQL Logic Tests (.slt)
#20102 opened Feb 1, 2026 by lyne7-sc Loading…
[Test] Check extended tests performance on main physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#20101 opened Feb 1, 2026 by nuno-faria Loading…
[Test] Check extended tests performance on branch-52 physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#20100 opened Feb 1, 2026 by nuno-faria Loading…
Add Decimal support for floor preimage functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#20099 opened Feb 1, 2026 by devanshu0987 Loading…
Improve performance of CASE WHEN x THEN y ELSE NULL expressions performance Make DataFusion faster physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt)
#20097 opened Feb 1, 2026 by pepijnve Loading…
Add anchor links to individual config settings in Configuration Settings docs page common Related to common crate documentation Improvements or additions to documentation execution Related to the execution crate
#20095 opened Jan 31, 2026 by Omega359 Draft
Consolidate filter classification into physical planner core Core DataFusion crate optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#20092 opened Jan 31, 2026 by adriangb Draft
refactor: Change TableScan.projection from indices to expressions core Core DataFusion crate logical-expr Logical plan and expressions optimizer Optimizer rules proto Related to proto crate sql SQL Planner substrait Changes to the substrait crate
#20091 opened Jan 31, 2026 by adriangb Loading…
4 tasks done
Refactor BitwiseXOR operator using ScalarUDF framework functions Changes to functions implementation physical-expr Changes to the physical-expr crates sql SQL Planner
#20086 opened Jan 31, 2026 by Acfboy Draft
ProTip! Filter pull requests by the default branch with base:main.