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

Group scan time expression rewrite functionality for UDFs in new module in datafusion-physical-expr-adapter auto detected api change Auto detected API change datasource Changes to the datasource crate
#23125 opened Jun 23, 2026 by AdamGS Contributor Loading…
feat: parallel sort-preserving merge (PSRS) for >2x merge speedup (demo) auto detected api change Auto detected API change common Related to common crate documentation Improvements or additions to documentation optimizer Optimizer rules physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#23124 opened Jun 23, 2026 by Dandandan Contributor Draft
Move Parquet input_file_name() tests to input_file_name.slt sqllogictest SQL Logic Tests (.slt)
#23123 opened Jun 23, 2026 by AdamGS Contributor Loading…
chore: cargo update -p quinn to resolve security audit issue
#23122 opened Jun 23, 2026 by Jefffrey Contributor Loading…
chore(deps): update maturin requirement from <2,>=1.14.0 to >=1.14.1,<2 in /docs auto-dependencies documentation Improvements or additions to documentation
#23117 opened Jun 23, 2026 by dependabot Bot 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
#23116 opened Jun 23, 2026 by dependabot Bot Loading…
chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 auto-dependencies development-process Related to development process of DataFusion
#23115 opened Jun 23, 2026 by dependabot Bot Loading…
chore(deps): bump taiki-e/install-action from 2.81.11 to 2.82.2 auto-dependencies development-process Related to development process of DataFusion
#23114 opened Jun 23, 2026 by dependabot Bot Loading…
feat: add CollectLeft partition mode to SortMergeJoinExec core Core DataFusion crate optimizer Optimizer rules physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#23111 opened Jun 23, 2026 by Dandandan Contributor Draft
remove deprecated APIs: RowIndex, raw_data, check_arrow_schema_type_compatible, try_new_with_having common Related to common crate logical-expr Logical plan and expressions physical-plan Changes to the physical-plan crate
#23110 opened Jun 23, 2026 by NotFoundOvO Loading…
fix: re-enabled null-equal join dynamic filters with an IS NULL predicate. physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#23106 opened Jun 23, 2026 by mdashti Loading…
fix: kept null-aware anti-join NULLs in the pushed dynamic filter. physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#23104 opened Jun 23, 2026 by mdashti Loading…
[sql]: remove deprecated TableReference re-exports core Core DataFusion crate optimizer Optimizer rules sql SQL Planner substrait Changes to the substrait crate
#23102 opened Jun 22, 2026 by megakaizo Loading…
[sql]: remove old deprecated DFParser::new and DFParser::new_with_dialect auto detected api change Auto detected API change sql SQL Planner
#23101 opened Jun 22, 2026 by megakaizo Loading…
[physical-plan]: remove deprecated UnionExec::new auto detected api change Auto detected API change physical-plan Changes to the physical-plan crate
#23100 opened Jun 22, 2026 by megakaizo Loading…
fix: apply recursive CTE column-list aliases to the static term sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#23098 opened Jun 22, 2026 by tomsanbear Loading…
perf: share encoder/reservation across PartitionedTopKExec partition … physical-plan Changes to the physical-plan crate
#23096 opened Jun 22, 2026 by SubhamSinghal Contributor Loading…
feat(physical-expr): add Partitioning::DynamicRange variant auto detected api change Auto detected API change ffi Changes to the ffi crate physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate proto Related to proto crate
#23094 opened Jun 22, 2026 by avantgardnerio Contributor Loading…
refactor: centralize TopK heap boundary handling physical-plan Changes to the physical-plan crate
#23091 opened Jun 22, 2026 by kumarUjjawal Contributor Loading…
feat: PartitionExtrema + SortExec observer + BoundedWindowAggExec passthrough physical-plan Changes to the physical-plan crate
#23090 opened Jun 22, 2026 by avantgardnerio Contributor Loading…
feat: Support float 32 and float 64 in approx_distinct functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#23084 opened Jun 22, 2026 by mkleen Contributor Loading…
fix: preserve empty projection when ser/de HashJoinExec and NestedLoopJoinExec proto Related to proto crate
#23082 opened Jun 22, 2026 by haohuaijin Contributor Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.