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
Assigned to nobody Loading
Sort

Pull requests list

feat: Finalize support for RightMark join + Mark join swap common Related to common crate core Core DataFusion crate logical-expr Logical plan and expressions optimizer Optimizer rules physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#16488 opened Jun 20, 2025 by jonathanc-n Loading…
WIP: Datafusion to skip non parquet files for parquet reader core Core DataFusion crate datasource Changes to the datasource crate sqllogictest SQL Logic Tests (.slt)
#16487 opened Jun 20, 2025 by comphead Draft
Minor: Add more links to cooperative / scheduling docs common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate documentation Improvements or additions to documentation optimizer Optimizer rules physical-plan Changes to the physical-plan crate proto Related to proto crate sqllogictest SQL Logic Tests (.slt)
#16484 opened Jun 20, 2025 by alamb Draft
Record output_bytes in EXPLAIN ANALYZE core Core DataFusion crate physical-plan Changes to the physical-plan crate
#16481 opened Jun 20, 2025 by hendrikmakait Draft
fix: column indices in FFI partition evaluator ffi Changes to the ffi crate
#16480 opened Jun 20, 2025 by timsaucer Draft
Minor: Add documentation to AggregateWindowExpr::get_result_column core Core DataFusion crate physical-expr Changes to the physical-expr crates
#16479 opened Jun 20, 2025 by alamb Draft
Support query filter on all benchmarks
#16477 opened Jun 20, 2025 by pepijnve Loading…
Split clickbench query set into one file per query core Core DataFusion crate
#16476 opened Jun 20, 2025 by pepijnve Loading…
fix: document and fix macro hygiene for config_field! common Related to common crate core Core DataFusion crate
#16473 opened Jun 20, 2025 by crepererum Loading…
doc: upgrade guide for new compression option for spill files documentation Improvements or additions to documentation
#16472 opened Jun 20, 2025 by 2010YOUY01 Loading…
fix: make with_work_table a trait method for ExecutionPlan physical-plan Changes to the physical-plan crate
#16469 opened Jun 20, 2025 by geoffreyclaude Loading…
use UDTF name in logical plan table scan sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#16468 opened Jun 20, 2025 by Jeadie Loading…
Improve dictionary null handling in hashing and expand aggregate test coverage for nulls common Related to common crate core Core DataFusion crate
#16466 opened Jun 20, 2025 by kosiew Loading…
GC string views on hash join build side physical-plan Changes to the physical-plan crate
#16463 opened Jun 19, 2025 by ctsk Loading…
adapt filter expressions to file schema during parquet scan datasource Changes to the datasource crate
#16461 opened Jun 19, 2025 by adriangb Loading…
chore(deps): Update sqlparser to 0.56.0 sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#16456 opened Jun 19, 2025 by Dimchikkk Draft
Fix duplicate field name error in Join::try_new_with_project_input during physical planning common Related to common crate core Core DataFusion crate logical-expr Logical plan and expressions substrait Changes to the substrait crate
#16454 opened Jun 19, 2025 by LiaCastaneda Draft
feat: Use NestedLoopJoin instead of HashJoin/SortMergeJoin for small tables common Related to common crate core Core DataFusion crate
#16450 opened Jun 18, 2025 by jonathanc-n Draft
[Draft] Add Run End Encoding casts to Datafusion common Related to common crate
#16446 opened Jun 18, 2025 by rich-t-kid-datadog Draft
Add dynamic filter (bounds) pushdown to HashJoinExec core Core DataFusion crate physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#16445 opened Jun 18, 2025 by adriangb Loading…
limit intermediate batch size in nested_loop_join physical-plan Changes to the physical-plan crate
#16443 opened Jun 18, 2025 by UBarney Draft
feat: Support u32 indices for HashJoinExec physical-plan Changes to the physical-plan crate
#16434 opened Jun 18, 2025 by jonathanc-n Loading…
Only update TopK dynamic filters if the new ones are more selective physical-plan Changes to the physical-plan crate
#16433 opened Jun 17, 2025 by adriangb Loading…
ProTip! Exclude everything labeled bug with -label:bug.