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

Draft: Use take-in kernel in repartitioning optimizer Optimizer rules
#15392 opened Mar 24, 2025 by ctsk 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)
#15391 opened Mar 24, 2025 by jayzhan211 Draft
Restore lazy evaluation of fallible CASE physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt)
#15390 opened Mar 24, 2025 by findepi Loading…
Refactor: add FileGroup structure core Core DataFusion crate datasource Changes to the datasource crate proto Related to proto crate substrait Changes to the substrait crate
#15379 opened Mar 24, 2025 by xudong963 Loading…
Move DataSink to datasource and add session crate catalog Related to the catalog crate core Core DataFusion crate datasource Changes to the datasource crate proto Related to proto crate
#15371 opened Mar 24, 2025 by jayzhan-synnada Loading…
FIX : some benchmarks are failing core Core DataFusion crate
#15367 opened Mar 23, 2025 by getChan Loading…
Use equals_datatype to compare type when type coercion logical-expr Logical plan and expressions optimizer Optimizer rules
#15366 opened Mar 23, 2025 by goldmedal Loading…
Migrate physical plan tests to insta (Part-2)
#15364 opened Mar 23, 2025 by Shreyaskr1409 Loading…
Add "end to end parquet reading test" for WASM
#15362 opened Mar 22, 2025 by jsai28 Loading…
Format Date32 to string given timestamp specifiers functions Changes to functions implementation
#15361 opened Mar 22, 2025 by friendlymatthew Loading…
Support Avg distinct core Core DataFusion crate functions Changes to functions implementation proto Related to proto crate sqllogictest SQL Logic Tests (.slt)
#15356 opened Mar 22, 2025 by qazxcdswe123 Draft
simplify array_has UDF to InList expr when haystack is constant sqllogictest SQL Logic Tests (.slt)
#15354 opened Mar 21, 2025 by davidhewitt Loading…
Documentation: Plan custom expressions documentation Improvements or additions to documentation
#15353 opened Mar 21, 2025 by Jiashu-Hu Loading…
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 type coercion for unsigned and signed integers (Int64 vs UInt64, etc) 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…
2 tasks
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…
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…
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 performance Make DataFusion faster sqllogictest SQL Logic Tests (.slt)
#15324 opened Mar 19, 2025 by waynexia 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
ProTip! Filter pull requests by the default branch with base:main.