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

Add rust-required-checks development-process Related to development process of DataFusion
#20029 opened Jan 27, 2026 by blaginin Loading…
[main] Update version to 52.1.0 (#19878)
#20028 opened Jan 27, 2026 by alamb Loading…
minor: Move metric page_index_rows_pruned to verbose level in EXPLAIN ANALYZE datasource Changes to the datasource crate sqllogictest SQL Logic Tests (.slt)
#20026 opened Jan 27, 2026 by 2010YOUY01 Loading…
perf: Parallelize list_files_for_scan using tokio::task::JoinSet catalog Related to the catalog crate core Core DataFusion crate datasource Changes to the datasource crate
#20023 opened Jan 27, 2026 by Tushar7012 Loading…
feat: add AggregateMode::PartialReduce for tree-reduce aggregation physical-plan Changes to the physical-plan crate proto Related to proto crate
#20019 opened Jan 27, 2026 by njsmith Loading…
refactor: make PhysicalExprAdatperFactory::create fallible api change Changes the API exposed to users of the crate core Core DataFusion crate datasource Changes to the datasource crate
#20017 opened Jan 27, 2026 by niebayes Loading…
Consolidate ClickBench setup documentation for DataFusion sqllogictest SQL Logic Tests (.slt)
#20016 opened Jan 27, 2026 by kosiew Loading…
add more projection pushdown slt tests sqllogictest SQL Logic Tests (.slt)
#20015 opened Jan 26, 2026 by adriangb Loading…
feat: window RANGE calculation optimization [WIP] core Core DataFusion crate logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates
#20014 opened Jan 26, 2026 by akoshchiy Draft
Various performance improvements physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate
#20013 opened Jan 26, 2026 by Dandandan Loading…
fix(expr): coerce literal arguments in return_field_from_args for UDFs core Core DataFusion crate logical-expr Logical plan and expressions
#20012 opened Jan 26, 2026 by Trikooo Loading…
Rewrite physical expressions in execution plans core Core DataFusion crate datasource Changes to the datasource crate physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate
#20009 opened Jan 26, 2026 by LLDay Loading…
Improve documentation for ScalarUDFImpl::preimage logical-expr Logical plan and expressions optimizer Optimizer rules
#20008 opened Jan 26, 2026 by alamb Loading…
feat(spark): Adds negative spark function spark sqllogictest SQL Logic Tests (.slt)
#20006 opened Jan 26, 2026 by SubhamSinghal Loading…
Make scan filter push-down idempotent optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#20003 opened Jan 26, 2026 by askalt Loading…
docs: Automatically update DataFusion version in docs development-process Related to development process of DataFusion documentation Improvements or additions to documentation
#20001 opened Jan 25, 2026 by nuno-faria Loading…
feat: optimize CASE WHEN for divide-by-zero protection pattern physical-expr Changes to the physical-expr crates
#19994 opened Jan 25, 2026 by CuteChuanChuan Loading…
feat: optimise copying in left for Utf8 and LargeUtf8 functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#19980 opened Jan 24, 2026 by theirix Loading…
add ability to customize tokens in parser sql SQL Planner
#19978 opened Jan 24, 2026 by askalt Loading…
Parallelize infer_schema datasource Changes to the datasource crate
#19969 opened Jan 24, 2026 by Dandandan Draft
add avg byte size in column statistics common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate proto Related to proto crate sqllogictest SQL Logic Tests (.slt)
#19963 opened Jan 24, 2026 by gene-bordegaray Draft
feat: Extract NDV (distinct_count) statistics from Parquet metadata common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate physical-expr Changes to the physical-expr crates
#19957 opened Jan 23, 2026 by asolimando Loading…
Disallow positional struct casting when field names don’t overlap common Related to common crate documentation Improvements or additions to documentation optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#19955 opened Jan 23, 2026 by kosiew Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.