-
Notifications
You must be signed in to change notification settings - Fork 2k
Pull requests: apache/datafusion
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
perf: Optimize Improvements or additions to documentation
functions
Changes to functions implementation
array_positions() for scalar needle
documentation
#20770
opened Mar 7, 2026 by
neilconway
Loading…
feat: Vectorize aggregating Related to common crate
Statistics
common
#20768
opened Mar 7, 2026 by
jonathanc-n
Loading…
Fix Changes to the datasource crate
elapsed_compute metric for Parquet DataSourceExec
datasource
#20767
opened Mar 7, 2026 by
ernestprovo23
Loading…
chore(deps): bump the all-other-cargo-deps group across 1 directory with 18 updates
auto-dependencies
core
Core DataFusion crate
datasource
Changes to the datasource crate
optimizer
Optimizer rules
physical-plan
Changes to the physical-plan crate
#20765
opened Mar 6, 2026 by
dependabot
bot
Loading…
Add MERGE INTO types to datafusion-expr
logical-expr
Logical plan and expressions
#20763
opened Mar 6, 2026 by
wirybeaver
Loading…
Add support for ListView in unnest
common
Related to common crate
logical-expr
Logical plan and expressions
physical-plan
Changes to the physical-plan crate
sql
SQL Planner
sqllogictest
SQL Logic Tests (.slt)
#20760
opened Mar 6, 2026 by
brancz
Loading…
ci: add a CI job that builds without the lockfile
development-process
Related to development process of DataFusion
#20758
opened Mar 6, 2026 by
westonpace
Loading…
perf: Optimize Changes to functions implementation
sqllogictest
SQL Logic Tests (.slt)
strpos for scalar needle, plus optimize UTF-8 codepath
functions
#20754
opened Mar 6, 2026 by
neilconway
Loading…
chore(deps): bump substrait from 0.62 to 0.62.3
substrait
Changes to the substrait crate
#20750
opened Mar 6, 2026 by
benbellick
•
Draft
Rewrite Changes to functions implementation
logical-expr
Logical plan and expressions
optimizer
Optimizer rules
sqllogictest
SQL Logic Tests (.slt)
SUM(expr + scalar) --> SUM(expr) + scalar*COUNT(expr)
functions
Branch 52 with Xander's fix
physical-plan
Changes to the physical-plan crate
#20747
opened Mar 6, 2026 by
shivbhatia10
•
Draft
Support Related to the catalog crate
core
Core DataFusion crate
sql
SQL Planner
sqllogictest
SQL Logic Tests (.slt)
UPDATE ... FROM and preserve source-qualified assignments
catalog
#20745
opened Mar 6, 2026 by
kosiew
Loading…
fix: insert placeholder type inference showing wrong type when there is function wrapped placeholder (unknown type)
sql
SQL Planner
#20744
opened Mar 6, 2026 by
buraksenn
Loading…
fix: interval analysis error when have two filterexec that inner filter proves zero selectirity
core
Core DataFusion crate
physical-plan
Changes to the physical-plan crate
#20743
opened Mar 6, 2026 by
haohuaijin
Loading…
Coalesce hash repartition batches using BatchCoalescer
physical-plan
Changes to the physical-plan crate
feat: emit warning diagnostic when comparing with NULL using = or <>
sql
SQL Planner
#20739
opened Mar 6, 2026 by
wilbyang
Loading…
ser/de fetch in FilterExec
physical-plan
Changes to the physical-plan crate
proto
Related to proto crate
#20738
opened Mar 6, 2026 by
haohuaijin
Loading…
Copy limits before repartitions
common
Related to common crate
core
Core DataFusion crate
documentation
Improvements or additions to documentation
optimizer
Optimizer rules
sqllogictest
SQL Logic Tests (.slt)
#20736
opened Mar 6, 2026 by
avantgardnerio
Loading…
Add initial dhat heap profile tests
core
Core DataFusion crate
#20734
opened Mar 5, 2026 by
cetra3
Loading…
feat: Improve Core DataFusion crate
physical-plan
Changes to the physical-plan crate
partition_statistics() for AggregateExec using distinct_count
core
#20731
opened Mar 5, 2026 by
jonathanc-n
Loading…
fix: Remove Optimizer rules
sqllogictest
SQL Logic Tests (.slt)
!=0 check from supports_collect_by_thresholds
optimizer
#20730
opened Mar 5, 2026 by
jonathanc-n
Loading…
[branch 53]: Backport Spark SQL Logic Tests (.slt)
array_contains builtin function (#20685)
spark
sqllogictest
#20727
opened Mar 5, 2026 by
comphead
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.