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

test: update sqllogictest expectation for negation type coercion sqllogictest SQL Logic Tests (.slt)
#21102 opened Mar 22, 2026 by myandpr Loading…
perf: Optimize array_min, array_max for arrays of primitive types functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#21101 opened Mar 22, 2026 by neilconway Loading…
Preserve SPM when parent maintains input order core Core DataFusion crate optimizer Optimizer rules
#21097 opened Mar 22, 2026 by rkrishn7 Loading…
Do not merge - Test df binding python core Core DataFusion crate development-process Related to development process of DataFusion documentation Improvements or additions to documentation ffi Changes to the ffi crate functions Changes to functions implementation logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate sql SQL Planner sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#21095 opened Mar 22, 2026 by coderfender Draft
perf: Improve planning time w/ global default ConfigOptions common Related to common crate core Core DataFusion crate execution Related to the execution crate 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 spark
#21093 opened Mar 21, 2026 by alamb Loading…
Add a builder to SimplifyContext to avoid allocating default values core Core DataFusion crate functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules performance Make DataFusion faster
#21092 opened Mar 21, 2026 by AdamGS Loading…
docs: Document the TableProvider evaluation order for filter, limit and projection catalog Related to the catalog crate
#21091 opened Mar 21, 2026 by alamb Loading…
feat: support GroupsAccumulator for first_value and last_value with string/binary types functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#21090 opened Mar 21, 2026 by UBarney Draft
perf: default multi COUNT(DISTINCT) logical optimizer rewrite core Core DataFusion crate optimizer Optimizer rules
#21088 opened Mar 21, 2026 by ydgandhi Loading…
fix: set escape_char when simplifying starts_with to LIKE functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#21086 opened Mar 20, 2026 by jackye1995 Loading…
debug assertions for ci-optimized
#21085 opened Mar 20, 2026 by blaginin Draft
[docs] add sql example to timestamp/datetime docs for time zone documentation Improvements or additions to documentation functions Changes to functions implementation
#21082 opened Mar 20, 2026 by buraksenn Loading…
feat(stats): cap NDV at row count in statistics estimation common Related to common crate core Core DataFusion crate physical-plan Changes to the physical-plan crate
#21081 opened Mar 20, 2026 by asolimando Loading…
feat(stats): Set distinct_count to Exact(1) when filter narrows column to single value physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#21077 opened Mar 20, 2026 by asolimando Loading…
Add configurable UNION DISTINCT to FILTER rewrite optimization common Related to common crate documentation Improvements or additions to documentation optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#21075 opened Mar 20, 2026 by xiedeyantu Loading…
Refactor percentile UDFs to use TypeSignature API core Core DataFusion crate functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#21074 opened Mar 20, 2026 by theirix Loading…
[Minor] add non topk benchmarks for utf8/utf8view string aggregates core Core DataFusion crate
#21073 opened Mar 20, 2026 by buraksenn Loading…
WIP: Extension type casts using extension registry common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate ffi Changes to the ffi crate logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Changes to the physical-expr crates
#21071 opened Mar 20, 2026 by paleolimbot Draft
Skip probe-side consumption when hash join build side is empty physical-plan Changes to the physical-plan crate
#21068 opened Mar 20, 2026 by kosiew Loading…
Fix Unparser for stacked Projections & Expand Unparser tests core Core DataFusion crate sql SQL Planner
#21067 opened Mar 20, 2026 by cetra3 Loading…
feat(spark): Adds spark round function spark sqllogictest SQL Logic Tests (.slt)
#21062 opened Mar 19, 2026 by SubhamSinghal Loading…
ensure dynamic filters are correctly pushed down through aggregations core Core DataFusion crate performance Make DataFusion faster physical-plan Changes to the physical-plan crate
#21059 opened Mar 19, 2026 by jayshrivastava Loading…
fix: preserve duplicate GROUPING SETS rows bug Something isn't working core Core DataFusion crate physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#21058 opened Mar 19, 2026 by xiedeyantu Loading…
ProTip! Filter pull requests by the default branch with base:main.