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

fix: rebind RecursiveQueryExec batches to the declared output schema core Core DataFusion crate physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#21770 opened Apr 21, 2026 by adriangb Contributor Loading…
feat(sql): Postgres-style EXPLAIN (...) option list common Related to common crate core Core DataFusion crate documentation Improvements or additions to documentation logical-expr Logical plan and expressions proto Related to proto crate sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#21768 opened Apr 21, 2026 by adriangb Contributor Draft
feat: add pgjson format support for EXPLAIN ANALYZE core Core DataFusion crate logical-expr Logical plan and expressions physical-plan Changes to the physical-plan crate sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#21767 opened Apr 21, 2026 by adriangb Contributor Draft
feat(parquet): row-group morselization for sibling FileStream stealing datasource Changes to the datasource crate
#21766 opened Apr 21, 2026 by Dandandan Contributor Draft
Optimize Dictionary groupings physical-plan Changes to the physical-plan crate
#21765 opened Apr 21, 2026 by Rich-T-kid Contributor Loading…
Add support for nested types to nullif. functions Changes to functions implementation
#21764 opened Apr 21, 2026 by tabac Contributor Loading…
Improve ergonomics for ExecutionPlanMetricsSet and MetricsSet physical-expr Changes to the physical-expr crates
#21762 opened Apr 21, 2026 by gabotechs Contributor Loading…
Skip files outside partition structure in hive-partitioned listing tables catalog Related to the catalog crate sqllogictest SQL Logic Tests (.slt)
#21756 opened Apr 21, 2026 by zhuqi-lucas Contributor Loading…
perf(substr_index): speed up scalar and Utf8View functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#21754 opened Apr 21, 2026 by kumarUjjawal Contributor Loading…
Adaptive filter scheduling for Parquet scans common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate documentation Improvements or additions to documentation physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate proto Related to proto crate sqllogictest SQL Logic Tests (.slt)
#21752 opened Apr 20, 2026 by adriangb Contributor Draft
Fix PushdownSort dropping LIMIT when eliminating SortExec core Core DataFusion crate optimizer Optimizer rules
#21744 opened Apr 20, 2026 by sgrebnov Member Loading…
[Minor]: unify ANY/ALL planning and align ANY NULL semantics with PG sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#21743 opened Apr 20, 2026 by buraksenn Contributor Loading…
refactor: Simplify NLJ re-scans with ReplayableStreamSource physical-plan Changes to the physical-plan crate
#21742 opened Apr 20, 2026 by 2010YOUY01 Contributor Loading…
fix(aggregate): show aliased expr in explain core Core DataFusion crate documentation Improvements or additions to documentation functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate proto Related to proto crate sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#21739 opened Apr 20, 2026 by kumarUjjawal Contributor Loading…
fix: Validate spill read schema physical-plan Changes to the physical-plan crate
#21738 opened Apr 20, 2026 by 2010YOUY01 Contributor Loading…
feat: Use NativeType in get_example_type, information schema catalog Related to the catalog crate logical-expr Logical plan and expressions
#21737 opened Apr 19, 2026 by theirix Contributor Loading…
perf: selective column concat in hash join build side physical-plan Changes to the physical-plan crate
#21735 opened Apr 19, 2026 by SubhamSinghal Contributor Loading…
In list range pruning sqllogictest SQL Logic Tests (.slt)
#21730 opened Apr 19, 2026 by SubhamSinghal Contributor Loading…
fix: render binary columns as hex in DataFrame::describe() core Core DataFusion crate
#21728 opened Apr 19, 2026 by diegoQuinas Loading…
feat: remove __unnest_placeholder from struct unnest projection documentation Improvements or additions to documentation sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#21725 opened Apr 18, 2026 by akoshchiy Contributor Loading…
added support for MapFromEntries spark sqllogictest SQL Logic Tests (.slt)
#21720 opened Apr 18, 2026 by athlcode Loading…
bench: demonstrate tokio-uring thread-per-core execution in dfbench
#21717 opened Apr 18, 2026 by Dandandan Contributor Draft
3 of 5 tasks
fix: UNIQUE constraint with NULLs incorrectly collapses GROUP BY groups common Related to common crate logical-expr Logical plan and expressions sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#21715 opened Apr 18, 2026 by xiedeyantu Member Loading…
Feat/map sql extension types logical-expr Logical plan and expressions sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#21714 opened Apr 18, 2026 by cyberbeam524 Draft
feat: initialize TopK dynamic filter threshold from parquet statistics datasource Changes to the datasource crate physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#21712 opened Apr 18, 2026 by zhuqi-lucas Contributor Draft
ProTip! Exclude everything labeled bug with -label:bug.