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

DRAFT: Update arrow/parquet to 56.0.0 common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate documentation Improvements or additions to documentation logical-expr Logical plan and expressions proto Related to proto crate sql SQL Planner sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#16690 opened Jul 5, 2025 by alamb Draft
Add the missing equivalence info for filter pushdown core Core DataFusion crate datasource Changes to the datasource crate physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#16686 opened Jul 4, 2025 by liamzwbao Loading…
Partially implement MATCH_RECOGNIZE for Advanced Pattern Matching common Related to common crate core Core DataFusion crate functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules physical-plan Changes to the physical-plan crate proto Related to proto crate sql SQL Planner sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#16685 opened Jul 4, 2025 by geoffreyclaude Draft
Remove unused AggregateUDF struct api change Changes the API exposed to users of the crate logical-expr Logical plan and expressions
#16683 opened Jul 4, 2025 by ViggoC Loading…
Revert "fix: create file for empty stream" core Core DataFusion crate datasource Changes to the datasource crate
#16682 opened Jul 4, 2025 by brunal Loading…
Enhance ScalarUDFImpl Equality Handling with Pointer-Based Default and Customizable Logic core Core DataFusion crate documentation Improvements or additions to documentation logical-expr Logical plan and expressions
#16681 opened Jul 4, 2025 by kosiew Loading…
Add link to upgrade guide in changelog script development-process Related to development process of DataFusion
#16680 opened Jul 4, 2025 by alamb Loading…
Refactor SortMergeJoinMetrics to reuse BaselineMetrics physical-plan Changes to the physical-plan crate
#16675 opened Jul 4, 2025 by Standing-Man Loading…
Refactor StreamJoinMetrics to reuse BaselineMetrics physical-plan Changes to the physical-plan crate
#16674 opened Jul 4, 2025 by Standing-Man Loading…
fix: try to lower plain reserved functions to columns as well sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#16669 opened Jul 3, 2025 by crepererum Loading…
Fix Query Planner able to find struct field with capital letters common Related to common crate functions Changes to functions implementation sql SQL Planner
#16664 opened Jul 2, 2025 by dttung2905 Loading…
Add reproducer for tpch Q16 deserialization bug core Core DataFusion crate proto Related to proto crate
#16662 opened Jul 2, 2025 by NGA-TRAN Loading…
POC: Add ConfigOptions to ExecutionProps when execution is started core Core DataFusion crate execution Related to the execution crate logical-expr Logical plan and expressions
#16661 opened Jul 2, 2025 by alamb Draft
feat: Support PiecewiseMergeJoin to speed up single range predicate joins physical-plan Changes to the physical-plan crate
#16660 opened Jul 2, 2025 by jonathanc-n Loading…
feat: Add a configuration to make parquet encryption optional common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate development-process Related to development process of DataFusion documentation Improvements or additions to documentation
#16649 opened Jul 2, 2025 by corwinjoy Loading…
Improve display format of BoundedWindowAggExec core Core DataFusion crate physical-plan Changes to the physical-plan crate
#16645 opened Jul 1, 2025 by geetanshjuneja Loading…
Auto start testcontainers for datafusion-cli development-process Related to development process of DataFusion sqllogictest SQL Logic Tests (.slt)
#16644 opened Jul 1, 2025 by blaginin Loading…
refactor filter pushdown APIs core Core DataFusion crate datasource Changes to the datasource crate optimizer Optimizer rules physical-plan Changes to the physical-plan crate
#16642 opened Jul 1, 2025 by adriangb Loading…
Fix discrepancy in Float64 to timestamp(9) casts common Related to common crate functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#16639 opened Jul 1, 2025 by findepi Loading…
fix: sqllogictest runner label condition mismatch sqllogictest SQL Logic Tests (.slt)
#16633 opened Jun 30, 2025 by lliangyu-lin Loading…
Fix: optimize projections for unnest logical plan. optimizer Optimizer rules
#16632 opened Jun 30, 2025 by bert-beyondloops Loading…
Support multiple ordered array_agg aggregations enhancement New feature or request ffi Changes to the ffi crate functions Changes to functions implementation physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#16625 opened Jun 30, 2025 by findepi Loading…
Add tests for yielding in SpillManager::read_spill_as_stream core Core DataFusion crate physical-plan Changes to the physical-plan crate
#16616 opened Jun 30, 2025 by ding-young Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.