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
Sort

Pull requests list

Implement tree explain for ArrowFileSink core Core DataFusion crate datasource Changes to the datasource crate sqllogictest SQL Logic Tests (.slt)
#15206 opened Mar 13, 2025 by irenjj Loading…
Improve feature flag CI coverage datafusion and datafusion-functions development-process Related to development process of DataFusion
#15203 opened Mar 13, 2025 by alamb Draft
Draft: Parse literal to different types sql SQL Planner
#15202 opened Mar 13, 2025 by jayzhan211 Draft
Remove inline table scan analyzer rule core Core DataFusion crate optimizer Optimizer rules sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#15201 opened Mar 13, 2025 by jayzhan211 Draft
feat: support ApproxDistinct with utf8view functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#15200 opened Mar 13, 2025 by zhuqi-lucas Loading…
WIP: Move catalog_common out of core catalog Related to the catalog crate core Core DataFusion crate
#15193 opened Mar 12, 2025 by logan-keede Draft
Enable used_underscore_binding clippy lint optimizer Optimizer rules sql SQL Planner
#15189 opened Mar 12, 2025 by Shreyaskr1409 Loading…
chore(deps): Update sqlparser to 0.55.0 logical-expr Logical plan and expressions sql SQL Planner
#15183 opened Mar 12, 2025 by PokIsemaine Draft
Support metadata columns (location, size, last_modified) in ListingTableProvider core Core DataFusion crate datasource Changes to the datasource crate
#15181 opened Mar 12, 2025 by phillipleblanc Loading…
Fix datafusion proto crate json feature development-process Related to development process of DataFusion proto Related to proto crate
#15172 opened Mar 12, 2025 by Owen-CH-Leung Loading…
feat: Add datafusion-spark crate core Core DataFusion crate functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#15168 opened Mar 11, 2025 by shehabgamin Loading…
Support EXPLAIN ... FORMAT <indent | tree | json | graphviz > ... core Core DataFusion crate documentation Improvements or additions to documentation logical-expr Logical plan and expressions sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#15166 opened Mar 11, 2025 by alamb Loading…
7 tasks done
Use insta for DataFrame tests common Related to common crate core Core DataFusion crate
#15165 opened Mar 11, 2025 by blaginin Loading…
Simpler to see expressions in tree explain mode physical-expr Changes to the physical-expr crates proto Related to proto crate
#15163 opened Mar 11, 2025 by irenjj Loading…
Flatten array in a single step instead of recursive sqllogictest SQL Logic Tests (.slt)
#15160 opened Mar 11, 2025 by delamarch3 Loading…
Only unnest source for EmptyRelation sql SQL Planner
#15159 opened Mar 11, 2025 by blaginin Draft
fix: compound_field_access doesn't identifier qualifier. core Core DataFusion crate sql SQL Planner
#15153 opened Mar 11, 2025 by chenkovsky Loading…
feat: topk functionality for aggregates should support utf8view and largeutf8 optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#15152 opened Mar 11, 2025 by zhuqi-lucas Loading…
Saner handling of nulls inside arrays logical-expr Logical plan and expressions sqllogictest SQL Logic Tests (.slt)
#15149 opened Mar 11, 2025 by joroKr21 Loading…
shell script to collect Benchmarks
#15144 opened Mar 11, 2025 by logan-keede Loading…
feat: Attach Diagnostic to more than one column errors in scalar_subquery and in_subquery logical-expr Logical plan and expressions optimizer Optimizer rules sql SQL Planner sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#15143 opened Mar 11, 2025 by changsun20 Loading…
Fix invalid schema for unions in ViewTables logical-expr Logical plan and expressions optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#15135 opened Mar 10, 2025 by Friede80 Loading…
chore: remove deprecated variants of UDF's invoke (invoke, invoke_no_args, invoke_batch) core Core DataFusion crate logical-expr Logical plan and expressions optimizer Optimizer rules proto Related to proto crate sql SQL Planner
#15123 opened Mar 10, 2025 by Blizzara Loading…
feat: support customize metadata in alias for dataframe api api change Changes the API exposed to users of the crate core Core DataFusion crate logical-expr Logical plan and expressions optimizer Optimizer rules proto Related to proto crate sql SQL Planner
#15120 opened Mar 10, 2025 by chenkovsky Loading…
ProTip! Exclude everything labeled bug with -label:bug.