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: Optimize ORDER BY by Pruning Functionally Redundant Sort Keys common Related to common crate optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#21362 opened Apr 4, 2026 by xiedeyantu Loading…
docs: Update map_extract examples documentation Improvements or additions to documentation functions Changes to functions implementation
#21360 opened Apr 4, 2026 by nuno-faria Loading…
Update contributor names in changelog for version 52.4.0 development-process Related to development process of DataFusion
#21359 opened Apr 4, 2026 by gboucher90 Loading…
Use ParquetMetaDataPushDecoder instead of ParquetMetaDataReader core Core DataFusion crate datasource Changes to the datasource crate
#21357 opened Apr 4, 2026 by Dandandan Loading…
test: Add datafusion.format.* configs test coverage sqllogictest SQL Logic Tests (.slt)
#21355 opened Apr 4, 2026 by erenavsarogullari Loading…
feat: add optional JSON functions crate with json_get_str scaffolding core Core DataFusion crate sqllogictest SQL Logic Tests (.slt)
#21353 opened Apr 4, 2026 by crm26 Loading…
feat: Add support for LEFT JOIN LATERAL
#21352 opened Apr 3, 2026 by neilconway Loading…
Dynamic work scheduling in FileStream datasource Changes to the datasource crate
#21351 opened Apr 3, 2026 by alamb Draft
feat: BufferExec waits for hash join dynamic filters before buffering common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate documentation Improvements or additions to documentation physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#21350 opened Apr 3, 2026 by LiaCastaneda Draft
Skip zero-fill of hash buffer by writing null sentinels common Related to common crate
#21347 opened Apr 3, 2026 by Dandandan Draft
remove as_any from TableProvider, SchemaProvider, CatalogProvider, and CatalogProviderList catalog Related to the catalog crate core Core DataFusion crate documentation Improvements or additions to documentation ffi Changes to the ffi crate functions Changes to functions implementation proto Related to proto crate sqllogictest SQL Logic Tests (.slt)
#21346 opened Apr 3, 2026 by timsaucer Loading…
Rewrite FileStream in terms of Morsel API datasource Changes to the datasource crate
#21342 opened Apr 3, 2026 by alamb Draft
TEST - troubleshoot #21315 core Core DataFusion crate functions Changes to functions implementation
#21334 opened Apr 3, 2026 by kosiew Draft
Eliminate redundant ProjectionExecs core Core DataFusion crate physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#21333 opened Apr 3, 2026 by Dandandan Loading…
Defer task spawning in SortPreservingMergeExec to first poll physical-plan Changes to the physical-plan crate
#21328 opened Apr 2, 2026 by Dandandan Loading…
Introduce Morselizer API datasource Changes to the datasource crate
#21327 opened Apr 2, 2026 by alamb Draft
fix: gc StringView/BinaryView arrays before spilling to prevent write amplification core Core DataFusion crate physical-plan Changes to the physical-plan crate
#21325 opened Apr 2, 2026 by damahua Loading…
[DRAFT] Add support for lambda column capture catalog Related to the catalog crate common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate execution Related to the execution crate ffi Changes to the ffi crate functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Changes to the physical-expr crates proto Related to proto crate spark sql SQL Planner sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#21323 opened Apr 2, 2026 by gstvg Draft
feat: add cast_to_type UDF for type-based casting documentation Improvements or additions to documentation functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#21322 opened Apr 2, 2026 by adriangb Loading…
Eliminate outer joins with empty relations via null-padded projection optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#21321 opened Apr 2, 2026 by SubhamSinghal Loading…
fix: SMALLINT addition overflow should error instead of silently wrapping common Related to common crate core Core DataFusion crate documentation Improvements or additions to documentation physical-expr Changes to the physical-expr crates sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#21319 opened Apr 2, 2026 by xiedeyantu Loading…
Support Dictionary Arrays in MIN/MAX Aggregates and Stabilize PG JSON Output Ordering core Core DataFusion crate functions Changes to functions implementation
#21315 opened Apr 2, 2026 by kosiew Draft
Make NDV merge order-invariant with multi-input overlap estimation common Related to common crate
#21313 opened Apr 2, 2026 by kosiew Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.