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

WIP: Add FileScanConfigBuilder and switch some cases core Core DataFusion crate datasource Changes to the datasource crate proto Related to proto crate
#15352 opened Mar 21, 2025 by blaginin Draft
Fix empty aggregation function count() in Substrait substrait Changes to the substrait crate
#15345 opened Mar 21, 2025 by gabotechs Loading…
fix type coercion for uint/int's logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt)
#15341 opened Mar 20, 2025 by Omega359 Loading…
Always use PartitionMode::Auto in planner core Core DataFusion crate optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#15339 opened Mar 20, 2025 by Dandandan Loading…
fix: write hive partitions for any int/uint/float datasource Changes to the datasource crate sqllogictest SQL Logic Tests (.slt)
#15337 opened Mar 20, 2025 by christophermcdermott Loading…
feat: Support serde for FileScanConfig batch_size datasource Changes to the datasource crate proto Related to proto crate
#15335 opened Mar 20, 2025 by westhide Loading…
Enforce JOIN plan to require condition logical-expr Logical plan and expressions optimizer Optimizer rules sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#15334 opened Mar 20, 2025 by goldmedal Loading…
added explaination for Schema and DFSchema to documentation documentation Improvements or additions to documentation
#15329 opened Mar 20, 2025 by Jiashu-Hu Loading…
include some BinaryOperator from sqlparser logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates sql SQL Planner sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#15327 opened Mar 20, 2025 by waynexia Loading…
feat: implement GroupsAccumulator for count(DISTINCT) aggr functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#15324 opened Mar 19, 2025 by waynexia Loading…
Implement GroupsAccumulator for min/max Duration functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#15322 opened Mar 19, 2025 by shruti2522 Loading…
refactor: move CteWorkTable, default_table_source a bunch of files out of core catalog Related to the catalog crate core Core DataFusion crate physical-expr Changes to the physical-expr crates
#15316 opened Mar 19, 2025 by logan-keede Loading…
updatted github action by change version tag to sha hashes development-process Related to development process of DataFusion
#15315 opened Mar 19, 2025 by Jiashu-Hu Draft
Migrate physical plan tests to insta (Part-1)
#15313 opened Mar 19, 2025 by Shreyaskr1409 Loading…
#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
#15307 opened Mar 19, 2025 by SanjayUG Draft
Secure GitHub Actions by using specific SHA hashes development-process Related to development process of DataFusion
#15306 opened Mar 19, 2025 by SanjayUG Draft
perf: Reuse row converter during sort
#15302 opened Mar 19, 2025 by 2010YOUY01 Loading…
Add dynamic pruning filters from TopK state common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate documentation Improvements or additions to documentation sqllogictest SQL Logic Tests (.slt)
#15301 opened Mar 19, 2025 by adriangb Loading…
feat: simplify regex wildcard pattern optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#15299 opened Mar 19, 2025 by waynexia Loading…
feat: support merge for Distribution logical-expr Logical plan and expressions
#15296 opened Mar 18, 2025 by xudong963 Loading…
Enhance Schema adapter to accommodate evolving struct core Core DataFusion crate datasource Changes to the datasource crate
#15295 opened Mar 18, 2025 by kosiew Draft
Improvement/improve wildcard error 15004 sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#15287 opened Mar 18, 2025 by Jiashu-Hu Loading…
fix: Queries similar to count-bug produce incorrect results optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#15281 opened Mar 17, 2025 by suibianwanwank Loading…
ProTip! Exclude everything labeled bug with -label:bug.