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 smj SQL benchmark
#22803 opened Jun 7, 2026 by Omega359 Contributor Draft
Add hj SQL benchmark
#22802 opened Jun 7, 2026 by Omega359 Contributor Draft
Add tpcds SQL benchmark
#22801 opened Jun 7, 2026 by Omega359 Contributor Loading…
minor: More comments to AggregateMode::PartialReduce physical-plan Changes to the physical-plan crate
#22800 opened Jun 7, 2026 by 2010YOUY01 Contributor Loading…
FFI: plumb with_updated_config for FFI_ScalarUDF auto detected api change Auto detected API change ffi Changes to the ffi crate
#22797 opened Jun 7, 2026 by Amogh-2404 Contributor Loading…
perf: Optimize semi-, anti-join index alignment physical-plan Changes to the physical-plan crate
#22794 opened Jun 6, 2026 by neilconway Contributor Loading…
feat: Add From<Option<T>> trait for Precision enum common Related to common crate
#22792 opened Jun 6, 2026 by devanbenz Contributor Draft
fix: NestedLoopJoinExec emits spurious unmatched-left rows with multiple probe partitions physical-plan Changes to the physical-plan crate
#22791 opened Jun 6, 2026 by nathanb9 Contributor Loading…
minor: handle NULL array input in array_remove and array_replace functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#22790 opened Jun 6, 2026 by lyne7-sc Contributor Loading…
[branch-54] fix: preserve null_aware on logical JoinNode proto round-trip (backport #22104) proto Related to proto crate
#22785 opened Jun 6, 2026 by mithuncy Contributor Loading…
fix: map() fails when keys are literals and values are column expressions functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#22784 opened Jun 6, 2026 by nathanb9 Contributor Loading…
Make LogicalPlan::Unnest expression/rebuild contracts consistent logical-expr Logical plan and expressions optimizer Optimizer rules
#22783 opened Jun 6, 2026 by nathanb9 Contributor Loading…
fix: Correct output-count stats for partitioned partial aggs auto detected api change Auto detected API change core Core DataFusion crate physical-plan Changes to the physical-plan crate
#22780 opened Jun 5, 2026 by neilconway Contributor Loading…
Add logical range partitioning representation auto detected api change Auto detected API change common Related to common crate core Core DataFusion crate logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates proto Related to proto crate substrait Changes to the substrait crate
#22777 opened Jun 5, 2026 by gene-bordegaray Contributor Loading…
feat(sqllogictest): SLT-opt-in memory overdraft factor + actionable error sqllogictest SQL Logic Tests (.slt)
#22776 opened Jun 5, 2026 by avantgardnerio Contributor Loading…
fix: Coerce aggregate FILTER predicates to boolean optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#22774 opened Jun 5, 2026 by pchintar Loading…
Refactor projection scalar subquery rewrites to use slot-owned state optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#22771 opened Jun 5, 2026 by kosiew Contributor Loading…
Refactor regexp_count_inner into a unified row-processing pipeline while preserving behavior functions Changes to functions implementation
#22770 opened Jun 5, 2026 by kosiew Contributor Loading…
perf: improve approx_distinct performance 100x when there are fewer distinct values with many groups functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#22768 opened Jun 5, 2026 by haohuaijin Contributor Loading…
chore: Define backport criteria documentation Improvements or additions to documentation
#22766 opened Jun 4, 2026 by comphead Contributor Loading…
fix: Enable sliding window execution for covar_pop, covar_samp, and corr functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#22764 opened Jun 4, 2026 by pchintar Loading…
chore: Update to arrow/parquet 59.0.0 auto detected api change Auto detected API change 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 spark
#22744 opened Jun 3, 2026 by alamb Contributor Draft
slt+accounting: surface GroupValuesRows::emit untracked decode (closes #22739) sqllogictest SQL Logic Tests (.slt)
#22741 opened Jun 3, 2026 by avantgardnerio Contributor Loading…
feat: implement Spark-compatible weekday function spark sqllogictest SQL Logic Tests (.slt)
#22740 opened Jun 3, 2026 by sjhddh Loading…
ProTip! Filter pull requests by the default branch with base:main.