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

Refactor error handling to use boxed errors for DataFusionError variants catalog Related to the catalog crate common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate logical-expr Logical plan and expressions sql SQL Planner
#16672 opened Jul 3, 2025 by kosiew Loading…
Improve error message when ScalarValue fails to cast array common Related to common crate
#16670 opened Jul 3, 2025 by findepi 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…
chore(deps): bump tokio from 1.45.1 to 1.46.0 auto-dependencies common Related to common crate
#16666 opened Jul 3, 2025 by dependabot bot Loading…
Fix Query Planner able to find struct field with capital letters common Related to common crate functions Changes to functions implementation
#16664 opened Jul 2, 2025 by dttung2905 Loading…
rustup version
#16663 opened Jul 2, 2025 by melroy12 Loading…
Add reproducer for tpch Q16 deserialization bug 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…
[branch-48] Set the default value of datafusion.execution.collect_statistics to true #16447 common Related to common crate core Core DataFusion crate documentation Improvements or additions to documentation sqllogictest SQL Logic Tests (.slt)
#16659 opened Jul 2, 2025 by blaginin Loading…
[branch-48] fix: column indices in FFI partition evaluator (#16480) ffi Changes to the ffi crate
#16657 opened Jul 2, 2025 by alamb Loading…
[branch-48] Fix parquet filter_pushdown: respect parquet filter pushdown config i… datasource Changes to the datasource crate sqllogictest SQL Logic Tests (.slt)
#16656 opened Jul 2, 2025 by alamb Loading…
refactor: shrink SchemaError common Related to common crate logical-expr Logical plan and expressions
#16653 opened Jul 2, 2025 by crepererum 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
#16649 opened Jul 2, 2025 by corwinjoy Loading…
Reuse Rows allocation in RowCursorStream api change Changes the API exposed to users of the crate physical-plan Changes to the physical-plan crate
#16647 opened Jul 1, 2025 by Dandandan 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 TopK Sort incorrectly pushed down past Join with anti join optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#16641 opened Jul 1, 2025 by zhuqi-lucas 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…
Perf: fast CursorValues compare for StringViewArray using inline_key_… physical-plan Changes to the physical-plan crate
#16630 opened Jun 30, 2025 by zhuqi-lucas Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.