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

Reuse BaselineMetrics in UnnestMetrics physical-plan Changes to the physical-plan crate
#16497 opened Jun 21, 2025 by hendrikmakait Loading…
Pin to pre-release arrow / parquet version 55.2.2 sqllogictest SQL Logic Tests (.slt)
#16492 opened Jun 20, 2025 by alamb Draft
re-enable sort_query_fuzzer_runner common Related to common crate core Core DataFusion crate
#16491 opened Jun 20, 2025 by adriangb Loading…
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 core Core DataFusion crate documentation Improvements or additions to documentation physical-plan Changes to the physical-plan crate
#16484 opened Jun 20, 2025 by alamb Loading…
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 physical-expr Changes to the physical-expr crates
#16479 opened Jun 20, 2025 by alamb Loading…
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…
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…
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 Draft
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…
ProTip! Mix and match filters to narrow down what you’re looking for.