-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Pull requests: apache/datafusion
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix: Scale semi/anti-join column stats by estimated row count
core
Core DataFusion crate
physical-plan
Changes to the physical-plan crate
#22762
opened Jun 4, 2026 by
neilconway
Contributor
Loading…
fix: preserve timestamp precision when coercing mixed time units
common
Related to common crate
logical-expr
Logical plan and expressions
sqllogictest
SQL Logic Tests (.slt)
#22759
opened Jun 4, 2026 by
fengys1996
Loading…
fix: handle NULLs in sliding SUM(DISTINCT) window frames
functions
Changes to functions implementation
sqllogictest
SQL Logic Tests (.slt)
#22755
opened Jun 4, 2026 by
kumarUjjawal
Contributor
Loading…
fix: make skip_partial_aggregation_probe_ratio_threshold match the docs
#22752
opened Jun 4, 2026 by
haohuaijin
Contributor
Loading…
refactor(physical-plan): extract make_group_column factory + eager init at try_new + tighten Time variants
physical-plan
Changes to the physical-plan crate
#22751
opened Jun 4, 2026 by
zhuqi-lucas
Contributor
Loading…
chore(deps): bump the all-other-cargo-deps group with 6 updates
auto-dependencies
core
Core DataFusion crate
#22750
opened Jun 3, 2026 by
dependabot
Bot
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
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…
Fix volatile scalar subquery deduplication
auto detected api change
Auto detected API change
core
Core DataFusion crate
documentation
Improvements or additions to documentation
logical-expr
Logical plan and expressions
optimizer
Optimizer rules
physical-expr
Changes to the physical-expr crates
proto
Related to proto crate
sql
SQL Planner
sqllogictest
SQL Logic Tests (.slt)
substrait
Changes to the substrait crate
#22736
opened Jun 3, 2026 by
kumarUjjawal
Contributor
Loading…
perf(logical-plan): box CreateExternalTable / CreateFunction in DdlStatement (-45% LogicalPlan size)
api change
Changes the API exposed to users of the crate
core
Core DataFusion crate
ffi
Changes to the ffi crate
logical-expr
Logical plan and expressions
proto
Related to proto crate
sql
SQL Planner
#22733
opened Jun 3, 2026 by
zhuqi-lucas
Contributor
Loading…
Improve error message on invalid casts for structs
physical-expr
Changes to the physical-expr crates
sqllogictest
SQL Logic Tests (.slt)
#22730
opened Jun 3, 2026 by
mkleen
Contributor
Loading…
refactor: Split hash aggregation logic into separated streams
auto detected api change
Auto detected API change
common
Related to common crate
physical-plan
Changes to the physical-plan crate
sqllogictest
SQL Logic Tests (.slt)
#22729
opened Jun 3, 2026 by
2010YOUY01
Contributor
Loading…
1 task done
perf(optimizer): generic in-place mutable rewrite to obsolete per-rule fast-paths
logical-expr
Logical plan and expressions
optimizer
Optimizer rules
#22728
opened Jun 3, 2026 by
zhuqi-lucas
Contributor
•
Draft
fix: regex simplification of anchored patterns produces wrong results
optimizer
Optimizer rules
sqllogictest
SQL Logic Tests (.slt)
#22727
opened Jun 3, 2026 by
lyne7-sc
Contributor
Loading…
docs: add Boston DataFusion meetup
documentation
Improvements or additions to documentation
#22722
opened Jun 2, 2026 by
alamb
Contributor
Loading…
Lower SLT HEADROOM_FACTOR 8.0 -> 5.0 to surface nested_loop_join_spill leak
sqllogictest
SQL Logic Tests (.slt)
#22721
opened Jun 2, 2026 by
avantgardnerio
Contributor
Loading…
fix: preserve Spark next_day whitespace validation
spark
#22720
opened Jun 2, 2026 by
xfocus3
Loading…
feat: implement retract_batch for array_agg(DISTINCT) sliding window
common
Related to common crate
functions
Changes to functions implementation
sqllogictest
SQL Logic Tests (.slt)
#22719
opened Jun 2, 2026 by
SubhamSinghal
Contributor
Loading…
fix: Handle potential overflow in internal state for Changes to functions implementation
sqllogictest
SQL Logic Tests (.slt)
avg(decimal)
functions
#22714
opened Jun 2, 2026 by
AdamGS
Contributor
Loading…
PoC: Blocked state management for hash aggregation
auto detected api change
Auto detected API change
ffi
Changes to the ffi crate
functions
Changes to functions implementation
logical-expr
Logical plan and expressions
physical-plan
Changes to the physical-plan crate
#22712
opened Jun 2, 2026 by
2010YOUY01
Contributor
Loading…
feat(physical-plan): add GroupColumn support for FixedSizeList / List / LargeList / Struct in multi-column GROUP BY
physical-plan
Changes to the physical-plan crate
#22706
opened Jun 2, 2026 by
zhuqi-lucas
Contributor
Loading…
feat(ffi): plumb Auto detected API change
development-process
Related to development process of DataFusion
ffi
Changes to the ffi crate
simplify, expressions, reverse_expr, and documentation through FFI_WindowUDF
auto detected api change
#22705
opened Jun 2, 2026 by
Brijesh-Thakkar
Contributor
Loading…
bench: add predicate_eval SQL micro-benchmark suite for conjunctive filter evaluation
#22704
opened Jun 2, 2026 by
adriangb
Contributor
Loading…
feat: add DataFrame fill_nan
core
Core DataFusion crate
#22702
opened Jun 1, 2026 by
Nagato-Yuzuru
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.