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

Substrait: Handle inner map fields in schema renaming substrait Changes to the substrait crate
#15869 opened Apr 26, 2025 by cht42 Loading…
feat: simplify count distinct logical plan optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#15867 opened Apr 26, 2025 by chenkovsky Loading…
Map file-level column statistics to the table-level core Core DataFusion crate datasource Changes to the datasource crate optimizer Optimizer rules
#15865 opened Apr 26, 2025 by xudong963 Draft
infer placeholder datatype for IN lists logical-expr Logical plan and expressions
#15864 opened Apr 26, 2025 by kczimm 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
chore: fix clippy::large_enum_variant for DataFusionError api change Changes the API exposed to users of the crate common Related to common crate datasource Changes to the datasource crate
#15861 opened Apr 25, 2025 by rroelke Loading…
feat(datafusion-functions-aggregate): add support for lists and other nested types in min and max functions Changes to functions implementation optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#15857 opened Apr 25, 2025 by gabotechs Loading…
fix: fold cast null to substrait typed null substrait Changes to the substrait crate
#15854 opened Apr 25, 2025 by discord9 Loading…
Feat: introduce partition statistics API core Core DataFusion crate datasource Changes to the datasource crate optimizer Optimizer rules
#15852 opened Apr 25, 2025 by xudong963 Loading…
Make aggr fuzzer query builder more configurable core Core DataFusion crate
#15851 opened Apr 25, 2025 by Rachelint Loading…
deprecate schema expressions common Related to common crate
#15847 opened Apr 25, 2025 by ajita-asthana Loading…
refactor: replace unwrap_or with unwrap_or_else for improved lazy… common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Changes to the physical-expr crates
#15841 opened Apr 24, 2025 by NevroHelios Loading…
fix(avro): Respect projection order in Avro reader bug Something isn't working datasource Changes to the datasource crate
#15840 opened Apr 24, 2025 by nantunes Loading…
fix: Avoid mistaken ILike to string equality optimization bug Something isn't working optimizer Optimizer rules
#15836 opened Apr 24, 2025 by srh Loading…
Update extending-operators.md documentation Improvements or additions to documentation
#15832 opened Apr 23, 2025 by Adez017 Loading…
Implement min max for dictionary types functions Changes to functions implementation
#15827 opened Apr 23, 2025 by XiangpengHao Loading…
pipe column orderings into pruning predicate creation datasource Changes to the datasource crate optimizer Optimizer rules
#15821 opened Apr 23, 2025 by adriangb Draft
fix: Add coercion rules for Float16 types logical-expr Logical plan and expressions
#15816 opened Apr 22, 2025 by etseidl Loading…
refactor filter pushdown apis core Core DataFusion crate datasource Changes to the datasource crate optimizer Optimizer rules
#15801 opened Apr 22, 2025 by adriangb Loading…
Factor out Substrait consumers into separate files substrait Changes to the substrait crate
#15794 opened Apr 21, 2025 by gabotechs Loading…
Add FormatOptions to Config common Related to common crate core Core DataFusion crate documentation Improvements or additions to documentation sqllogictest SQL Logic Tests (.slt)
#15793 opened Apr 21, 2025 by blaginin Loading…
Set HashJoin seed
#15783 opened Apr 20, 2025 by ctsk Loading…
replace reassign_predicate_columns helper with PhysicalExpr::with_schema datasource Changes to the datasource crate physical-expr Changes to the physical-expr crates
#15779 opened Apr 20, 2025 by adriangb Loading…
Added SQL Example for Aggregate Functions documentation Improvements or additions to documentation
#15778 opened Apr 19, 2025 by Adez017 Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.