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

refactor: replace NestedLoopJoin FallbackCoordinator with a shared left bitmap and deferred emission common Related to common crate core Core DataFusion crate documentation Improvements or additions to documentation physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#25542 opened Sep 20, 2026 by jayzhan211 Contributor Draft
minor: derive group_column_supported_type from make_group_column physical-plan Changes to the physical-plan crate
#25541 opened Sep 20, 2026 by jayzhan211 Contributor Loading…
docs: specify where semantic checks belong (Syntax vs Semantics) core Core DataFusion crate documentation Improvements or additions to documentation sql SQL Planner
#25540 opened Sep 20, 2026 by alamb Contributor Draft
minor: move create_group_accumulator out of the legacy aggregate stream physical-plan Changes to the physical-plan crate
#25539 opened Sep 20, 2026 by jayzhan211 Contributor Loading…
refactor(hash-aggr): share one spill context between the spilling aggregate streams physical-plan Changes to the physical-plan crate
#25538 opened Sep 20, 2026 by jayzhan211 Contributor Loading…
Rewrite AVG(expr) --> SUM(expr) / COUNT(expr) when components can be shared functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#25536 opened Sep 20, 2026 by wudidapaopao Contributor Loading…
fix: PartitionedTopKRank counts tie rows twice in output_rows physical-plan Changes to the physical-plan crate
#25535 opened Sep 20, 2026 by jayzhan211 Contributor Loading…
minor: share common state between the three PartitionedTopK operators physical-plan Changes to the physical-plan crate
#25534 opened Sep 20, 2026 by jayzhan211 Contributor Draft
fix: restrict reverse cast constraint propagation to safe conversions physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt)
#25531 opened Sep 20, 2026 by haohuaijin Contributor Loading…
test: cover CrossJoinExec row metrics across batched inputs physical-plan Changes to the physical-plan crate
#25530 opened Sep 20, 2026 by rgbuilds Loading…
fix: keep a correlated filter below an aggregate with a grouping set optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#25529 opened Sep 20, 2026 by namanjain24-sudo Contributor Loading…
fix: avoid query failures from inferred numeric cast bounds logical-expr Logical plan and expressions sqllogictest SQL Logic Tests (.slt)
#25528 opened Sep 20, 2026 by haohuaijin Contributor Loading…
fix: give a multi-set aggregate the grouping set index Substrait defines substrait Changes to the substrait crate
#25527 opened Sep 20, 2026 by namanjain24-sudo Contributor Loading…
fix: preserve sorts for non-monotonic temporal casts physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt)
#25526 opened Sep 20, 2026 by Toby1009 Contributor Loading…
dev: include generated config and function docs in the local lint suite development-process Related to development process of DataFusion documentation Improvements or additions to documentation
#25525 opened Sep 20, 2026 by kumarUjjawal Contributor Loading…
fix: preserve computed names in derived SQL projections sql SQL Planner
#25521 opened Sep 20, 2026 by 1fanwang Contributor Loading…
1 task done
fix: reject mixed-sign intervals in range functions functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#25520 opened Sep 19, 2026 by viirya Member Loading…
fix: validate trailing ORDER BY keys in free RANGE frames optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#25518 opened Sep 19, 2026 by viirya Member Loading…
fix: preserve statistics for safe casts without extrema datasource Changes to the datasource crate physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate
#25517 opened Sep 19, 2026 by viirya Member Loading…
fix: respect volatility for all function expressions core Core DataFusion crate logical-expr Logical plan and expressions
#25511 opened Sep 19, 2026 by 1fanwang Contributor Loading…
1 task done
FilterExec : expose push_batch_with_filter on LimitedBatchCoalescer physical-plan Changes to the physical-plan crate
#25503 opened Sep 19, 2026 by Rich-T-kid Contributor Loading…
perf: Size builder capacity using visible array span, not total size functions Changes to functions implementation spark
#25502 opened Sep 19, 2026 by neilconway Contributor Loading…
feat: recognize more lossless casts for statistics and ordering physical-expr Changes to the physical-expr crates
#25500 opened Sep 19, 2026 by haohuaijin Contributor Loading…
fix: truncate scalar timestamps in their own unit in date_trunc functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#25498 opened Sep 19, 2026 by namanjain24-sudo Contributor Loading…
ProTip! Exclude everything labeled bug with -label:bug.