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(parquet): support CDC chunking options datasource Changes to the datasource crate
#21529 opened Apr 10, 2026 by shruti2522 Contributor Draft
fix: impl handle_child_pushdown_result for SortExec core Core DataFusion crate physical-plan Changes to the physical-plan crate
#21527 opened Apr 10, 2026 by haohuaijin Contributor Loading…
perf: Bring over apache/arrow-rs/9683 radix sort, integrate into ExternalSorter performance Make DataFusion faster physical-plan Changes to the physical-plan crate
#21525 opened Apr 9, 2026 by mbutrovich Contributor Draft
feat: support array_compact builtin function documentation Improvements or additions to documentation functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#21522 opened Apr 9, 2026 by comphead Contributor Loading…
feat: extend interval analysis support for temporal types common Related to common crate core Core DataFusion crate logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate
#21520 opened Apr 9, 2026 by buraksenn Contributor Loading…
sql: render PostgreSQL array literals as ARRAY[...] in unparser sql SQL Planner
#21513 opened Apr 9, 2026 by xiedeyantu Member Loading…
feat: add with_metadata scalar UDF to attach Arrow field metadata documentation Improvements or additions to documentation functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#21509 opened Apr 9, 2026 by adriangb Contributor Loading…
feat: add PySpark validation script for datafusion-spark .slt tests development-process Related to development process of DataFusion documentation Improvements or additions to documentation spark
#21508 opened Apr 9, 2026 by andygrove Member Loading…
feat: Optimise convert_to_state for SUM and BIT_OR_XOR functions Changes to functions implementation
#21506 opened Apr 9, 2026 by Mark1626 Contributor Loading…
Enable arrow-ipc/zstd in datasource-arrow to make test_spill_compression pass in every config datasource Changes to the datasource crate
#21504 opened Apr 9, 2026 by AdamGS Contributor Loading…
Make test_display_pg_json pass regardless of build setup and dependencies logical-expr Logical plan and expressions sqllogictest SQL Logic Tests (.slt)
#21502 opened Apr 9, 2026 by AdamGS Contributor Loading…
ci: add breaking change detector development-process Related to development process of DataFusion
#21499 opened Apr 9, 2026 by rluvaton Member Loading…
fix: DataFusion benchmark panicked: failed to cast '2013-07-01' to UInt16 core Core DataFusion crate
#21498 opened Apr 9, 2026 by xiedeyantu Member Loading…
chore: Fix typo problems 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 sqllogictest SQL Logic Tests (.slt)
#21495 opened Apr 9, 2026 by erenavsarogullari Member Loading…
bench: first_last remove noisy benchmarks, add update_batch functions Changes to functions implementation
#21487 opened Apr 8, 2026 by theirix Contributor Loading…
Consolidate special case regexp_match logic functions Changes to functions implementation
#21486 opened Apr 8, 2026 by alamb Contributor Loading…
feat: Add pluggable StatisticsRegistry for operator-level statistics propagation common Related to common crate core Core DataFusion crate documentation Improvements or additions to documentation optimizer Optimizer rules physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#21483 opened Apr 8, 2026 by asolimando Member Loading…
perf: Optimize NULL handling in array_slice functions Changes to functions implementation
#21482 opened Apr 8, 2026 by neilconway Contributor Loading…
Conditionally build page pruning predicates datasource Changes to the datasource crate performance Make DataFusion faster
#21480 opened Apr 8, 2026 by fpetkovski Loading…
Perf: Window topn optimisation common Related to common crate core Core DataFusion crate documentation Improvements or additions to documentation optimizer Optimizer rules physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#21479 opened Apr 8, 2026 by SubhamSinghal Contributor Loading…
fix: json scan performance on local files datasource Changes to the datasource crate
#21478 opened Apr 8, 2026 by ariel-miculas Contributor Loading…
perf: Optimize NULL handling in some datetime functions functions Changes to functions implementation
#21477 opened Apr 8, 2026 by neilconway Contributor Loading…
perf: Optimize NULL handling in arrays_zip functions Changes to functions implementation
#21475 opened Apr 8, 2026 by neilconway Contributor Loading…
ProTip! Exclude everything labeled bug with -label:bug.