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

fix: preserve source field metadata in TryCast expressions logical-expr Logical plan and expressions sqllogictest SQL Logic Tests (.slt)
#21390 opened Apr 5, 2026 by adriangb Loading…
Add arrow_field(expr) scalar UDF functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#21389 opened Apr 5, 2026 by adriangb Draft
fix(approx_fns): use exact percentile when no compression functions Changes to functions implementation
#21388 opened Apr 5, 2026 by aryan-212 Loading…
feat: add is_nullable scalar UDF documentation Improvements or additions to documentation functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#21387 opened Apr 5, 2026 by adriangb Draft
4 tasks done
feat: add scoped physical expression traversal common Related to common crate physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate
#21386 opened Apr 5, 2026 by rluvaton Loading…
perf: optimise and bench first_value, last_value aggregate functions Changes to functions implementation
#21383 opened Apr 5, 2026 by theirix Loading…
Optimize regexp_replace by stripping trailing .* from anchored patterns. 2.4x improvement functions Changes to functions implementation performance Make DataFusion faster sqllogictest SQL Logic Tests (.slt)
#21379 opened Apr 5, 2026 by Dandandan Loading…
Optimize character_length UDF performance functions Changes to functions implementation performance Make DataFusion faster
#21378 opened Apr 5, 2026 by Dandandan Draft
feat: add array_sum, array_product, array_avg functions and list_min alias functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#21376 opened Apr 4, 2026 by crm26 Loading…
feat: add vector distance and array math functions functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#21371 opened Apr 4, 2026 by crm26 Loading…
refactor(pruning): remove column param from PruningStatistics::row_counts common Related to common crate datasource Changes to the datasource crate
#21369 opened Apr 4, 2026 by adriangb Loading…
feat: add read_parquet, read_csv, read_json, read_avro SQL table functions core Core DataFusion crate functions Changes to functions implementation
#21367 opened Apr 4, 2026 by crm26 Loading…
perf: Optimize substr for Utf8, LargeUtf8 functions Changes to functions implementation
#21366 opened Apr 4, 2026 by neilconway Loading…
feat: support InSubquery and Exists in Projection expressions optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#21363 opened Apr 4, 2026 by crm26 Loading…
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…
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
ProTip! Filter pull requests by the default branch with base:main.