Skip to content

Issues: apache/datafusion

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

Support data source sampling with TABLESAMPLE sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#16325 opened Jun 7, 2025 by theirix Loading…
feature: sort by/cluster by/distribute by core Core DataFusion crate logical-expr Logical plan and expressions optimizer Optimizer rules proto Related to proto crate sql SQL Planner sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#16310 opened Jun 6, 2025 by chenkovsky Draft
feat: mapping sql Char/Text/String default to Utf8View 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)
#16290 opened Jun 6, 2025 by zhuqi-lucas Loading…
[WIP] Flatten dependent join core Core DataFusion crate logical-expr Logical plan and expressions optimizer Optimizer rules proto Related to proto crate sql SQL Planner substrait Changes to the substrait crate
#16231 opened Jun 2, 2025 by irenjj Draft
Always add parentheses when formatting BinaryExpr with SchemaDisplay core Core DataFusion crate documentation Improvements or additions to documentation logical-expr Logical plan and expressions optimizer Optimizer rules sql SQL Planner sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#16209 opened May 29, 2025 by hendrikmakait Loading…
feat: Support parsing subqueries with OuterReferenceColumn belongs to non-adjacent outer relations logical-expr Logical plan and expressions optimizer Optimizer rules sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#16186 opened May 25, 2025 by duongcongtoai Loading…
feat: optimize and unparse grouping documentation Improvements or additions to documentation functions Changes to functions implementation optimizer Optimizer rules sql SQL Planner
#16161 opened May 23, 2025 by chenkovsky Loading…
feat: Support RightMark join for NestedLoop and Hash join common Related to common crate core Core DataFusion crate 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 substrait Changes to the substrait crate
#16083 opened May 18, 2025 by jonathanc-n Loading…
Fix Correlated Subquery With Depth Larger Than One core Core DataFusion crate logical-expr Logical plan and expressions optimizer Optimizer rules proto Related to proto crate sql SQL Planner substrait Changes to the substrait crate
#16060 opened May 15, 2025 by irenjj Draft
feat: rewrite subquery into dependent join logical plan core Core DataFusion crate logical-expr Logical plan and expressions optimizer Optimizer rules proto Related to proto crate sql SQL Planner sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#16016 opened May 10, 2025 by duongcongtoai Loading…
feat: add macros for DataFusionError variants api change Changes the API exposed to users of the crate catalog Related to the catalog crate common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate execution Related to the execution crate ffi Changes to the ffi crate functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules physical-plan Changes to the physical-plan crate proto Related to proto crate sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#15946 opened May 5, 2025 by Chen-Yuan-Lai Draft
Add Support for Dynamic SQL Macros for Flexible Column Selection catalog Related to the catalog crate common Related to common crate core Core DataFusion crate functions Changes to functions implementation optimizer Optimizer rules sql SQL Planner
#15926 opened May 2, 2025 by kumarlokesh Draft
fix: Allow ORDER BY aggregates not present in SELECT list logical-expr Logical plan and expressions sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#15876 opened Apr 28, 2025 by UBarney Loading…
POC: Parse to Merge Logical Plan logical-expr Logical plan and expressions sql SQL Planner
#15862 opened Apr 26, 2025 by jonathanc-n Draft
fix: enhance-CLI-query-header-for-cast-expressions-with-literals core Core DataFusion crate logical-expr Logical plan and expressions sql SQL Planner
#15736 opened Apr 16, 2025 by qstommyshu Draft
Update parser recursion limit from 50 to 100 common Related to common crate sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#15622 opened Apr 7, 2025 by Omega359 Draft
feat(sql): add diagnostic for wrong number of function arguments common Related to common crate sql SQL Planner
#15490 opened Mar 29, 2025 by prowang01 Draft
Attach diagnostic for wrong arg number error common Related to common crate functions Changes to functions implementation logical-expr Logical plan and expressions sql SQL Planner
#15451 opened Mar 27, 2025 by Chen-Yuan-Lai Draft
chore: move optimize_subquery_sort into optimizer optimizer Optimizer rules sql SQL Planner
#15441 opened Mar 26, 2025 by irenjj Draft
Draft: User define type coercion in LogicalBuilder core Core DataFusion crate logical-expr Logical plan and expressions optimizer Optimizer rules sql SQL Planner sqllogictest SQL Logic Tests (.slt) Stale PR has not had any activity for some time
#15391 opened Mar 24, 2025 by jayzhan211 Draft
#5483 development-process Related to development process of DataFusion documentation Improvements or additions to documentation logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates sql SQL Planner Stale PR has not had any activity for some time
#15307 opened Mar 19, 2025 by SanjayUG Draft
Draft: Parse literal to different types sql SQL Planner Stale PR has not had any activity for some time
#15202 opened Mar 13, 2025 by jayzhan211 Draft
Reuse alias if possible logical-expr Logical plan and expressions optimizer Optimizer rules sql SQL Planner sqllogictest SQL Logic Tests (.slt) Stale PR has not had any activity for some time
#14781 opened Feb 19, 2025 by blaginin Draft
Support bounds evaluation for temporal data types common Related to common crate 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 sql SQL Planner
#14523 opened Feb 6, 2025 by ch-sc Loading…
ProTip! Exclude everything labeled bug with -label:bug.