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

perf: use columnar state for ordered ARRAY_AGG and STRING_AGG functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#24392 opened Aug 15, 2026 by lyne7-sc Contributor Loading…
bench: Add benchmarks for ordered ARRAY_AGG and STRING_AGG
#24391 opened Aug 15, 2026 by lyne7-sc Contributor Loading…
Fast path for union_schema when all children share a schema physical-plan Changes to the physical-plan crate
#24389 opened Aug 14, 2026 by reidkaufmann Loading…
fix: reject duplicate field names during CSV and Parquet schema inference core Core DataFusion crate datasource Changes to the datasource crate
#24387 opened Aug 14, 2026 by sovsparrow Loading…
2
fix: make UnnestExec respect datafusion.execution.batch_size physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#24384 opened Aug 14, 2026 by andygrove Member Loading…
feat(physical-plan): Make HashTableLookupExpr serializable auto detected api change Auto detected API change documentation Improvements or additions to documentation physical-plan Changes to the physical-plan crate proto Related to proto crate
#24382 opened Aug 14, 2026 by barbarj Contributor Loading…
fix: preserve NULL semantics when simplifying col ~ '.*' optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#24380 opened Aug 14, 2026 by viirya Member Loading…
feat: proto serialization for PiecewiseMergeJoinExec auto detected api change Auto detected API change physical-plan Changes to the physical-plan crate proto Related to proto crate
#24378 opened Aug 14, 2026 by SubhamSinghal Contributor Loading…
feat: support floating-point ASOF equality keys auto detected api change Auto detected API change physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate proto Related to proto crate
#24375 opened Aug 14, 2026 by Xuanwo Member Draft
Test: read/write ALP encoded parquet files (apache/arrow-rs#9372) 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 physical-plan Changes to the physical-plan crate proto Related to proto crate sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#24373 opened Aug 14, 2026 by alamb Contributor Draft
Address avg return type overflow for decimals functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#24371 opened Aug 14, 2026 by AdamGS Contributor Draft
Update to arrow-rs main (arrow 60 pre-release testing) 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 physical-plan Changes to the physical-plan crate proto Related to proto crate sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#24366 opened Aug 14, 2026 by alamb Contributor Draft
Account for transformer-retained batches in symmetric hash join common Related to common crate physical-plan Changes to the physical-plan crate
#24364 opened Aug 14, 2026 by kosiew Contributor Draft
fix: Support RANGE window frames over binary ORDER BY keys development-process Related to development process of DataFusion documentation Improvements or additions to documentation logical-expr Logical plan and expressions optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#24357 opened Aug 14, 2026 by fornwall Loading…
fix: flush FilterExec output for unbounded inputs physical-plan Changes to the physical-plan crate
#24353 opened Aug 14, 2026 by goutamadwant Contributor Loading…
change: fully deprecated the acceptance of value field in VirtualTables substrait Changes to the substrait crate
#24346 opened Aug 13, 2026 by eliot1480 Contributor Loading…
bench(functions): group the 63 bench targets into 9 functions Changes to functions implementation
#24342 opened Aug 13, 2026 by Dandandan Contributor Loading…
fix: support CAST/TRY CAST expressions for return_field_from_args logical-expr Logical plan and expressions sqllogictest SQL Logic Tests (.slt)
#24334 opened Aug 13, 2026 by dd-annarose Contributor Loading…
feat: Add robots.txt and License file documentation Improvements or additions to documentation
#24333 opened Aug 13, 2026 by imtherealnaska Loading…
feat: add sphinx-sitemap dependency and configuration for sitemap generation documentation Improvements or additions to documentation
#24332 opened Aug 13, 2026 by imtherealnaska Loading…
Add focused benchmark for Parquet pruning setup cache
#24323 opened Aug 13, 2026 by kosiew Contributor Loading…
Enable more clippy lints 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 physical-plan Changes to the physical-plan crate proto Related to proto crate spark sql SQL Planner sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#24322 opened Aug 13, 2026 by emilk Contributor Loading…
perf: Reduce record batch memory accounting overhead common Related to common crate performance Make DataFusion faster
#24319 opened Aug 13, 2026 by ryux1 Loading…
ProTip! Exclude everything labeled bug with -label:bug.