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

playground physical-plan Changes to the physical-plan crate
#25487 opened Sep 18, 2026 by Rich-T-kid Contributor Loading…
fix: count Parquet decoding in the scan's elapsed_compute core Core DataFusion crate datasource Changes to the datasource crate
#25486 opened Sep 18, 2026 by akashjainn Contributor Loading…
[branch-55] Pull the MinIO test image from quay.io (#25092, #25216) development-process Related to development process of DataFusion
#25485 opened Sep 18, 2026 by alamb Contributor Loading…
DataFrame API: allow aggregate functions in select() 2 (#17874) core Core DataFusion crate
#25482 opened Sep 18, 2026 by cj-zhukov Contributor Loading…
chore: Add helpers for computing OffsetBuffer span, length common Related to common crate functions Changes to functions implementation spark
#25481 opened Sep 18, 2026 by neilconway Contributor Loading…
perf: Improve efficiency of array_resize for sliced arrays functions Changes to functions implementation
#25479 opened Sep 18, 2026 by neilconway Contributor Loading…
fix: keep renamed columns intact in leaf projection pushdown optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#25478 opened Sep 18, 2026 by adriangb Contributor Loading…
fix: evaluate a volatile BETWEEN value one time auto detected api change Auto detected API change core Core DataFusion crate optimizer Optimizer rules physical-expr Changes to the physical-expr crates proto Related to proto crate sqllogictest SQL Logic Tests (.slt)
#25476 opened Sep 18, 2026 by adriangb Contributor Loading…
fix: correct LEAD/LAG IGNORE NULLS evaluation and limit pushdown functions Changes to functions implementation physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#25472 opened Sep 18, 2026 by lyne7-sc Contributor Loading…
feat: add GroupColumn support for Decimal32/Decimal64 physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#25470 opened Sep 18, 2026 by SubhamSinghal Contributor Loading…
feat: derive per-column pruning guarantees from tuple IN lists datasource Changes to the datasource crate functions Changes to functions implementation physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt)
#25469 opened Sep 18, 2026 by yashrb24 Contributor Loading…
perf: interleave retained rows at emit instead of a take per group entry physical-plan Changes to the physical-plan crate
#25468 opened Sep 18, 2026 by SubhamSinghal Contributor Loading…
feat(pwmj): support left/right mark joins core Core DataFusion crate physical-plan Changes to the physical-plan crate proto Related to proto crate sqllogictest SQL Logic Tests (.slt)
#25467 opened Sep 18, 2026 by SubhamSinghal Contributor Loading…
fix: keep a DISTINCT aggregate's arity in SingleDistinctToGroupBy optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#25461 opened Sep 18, 2026 by namanjain24-sudo Contributor Loading…
feat: Load Parquet page indexes for external row selections datasource Changes to the datasource crate
#25460 opened Sep 18, 2026 by haohuaijin Contributor Loading…
feat: add a "no new evaluations" optimizer invariant, switched off optimizer Optimizer rules
#25458 opened Sep 18, 2026 by adriangb Contributor Loading…
fix: one inlining policy for the rules that inline a projection column optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#25456 opened Sep 18, 2026 by adriangb Contributor Loading…
fix: decide the precedence between PushDownFilter and PushDownLeafProjections documentation Improvements or additions to documentation optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#25455 opened Sep 18, 2026 by adriangb Contributor Loading…
test: differential fuzz for leaf expression pushdown and parquet filter pushdown core Core DataFusion crate
#25453 opened Sep 18, 2026 by adriangb Contributor Loading…
test: close five mutation-testing gaps in leaf expression pushdown guards optimizer Optimizer rules
#25452 opened Sep 18, 2026 by adriangb Contributor Loading…
fix: keep the recovery projection when leaf pushdown would drop a computed same-name column optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#25445 opened Sep 18, 2026 by adriangb Contributor Loading…
fix: Emit LIKE the way the Substrait extension defines it substrait Changes to the substrait crate
#25442 opened Sep 17, 2026 by namanjain24-sudo Contributor Loading…
ci: move the large file check into a script shared with rust_lint.sh development-process Related to development process of DataFusion documentation Improvements or additions to documentation
#25440 opened Sep 17, 2026 by akashjainn Contributor Loading…
perf: reduce generic hash join memory for low-cardinality builds physical-plan Changes to the physical-plan crate
#25434 opened Sep 17, 2026 by sunchao Member Loading…
ProTip! Filter pull requests by the default branch with base:main.