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: optimize trim functions to reuse pattern buffer functions Changes to functions implementation
#19555 opened Dec 29, 2025 by viirya Loading…
Upgrade hashbrown to 0.16 common Related to common crate functions Changes to functions implementation physical-expr Changes to the physical-expr crates
#19554 opened Dec 29, 2025 by Dandandan Loading…
perf: optimize regexp_count to avoid String allocation when start position is provided functions Changes to functions implementation
#19553 opened Dec 29, 2025 by viirya Loading…
chore: Add TPCDS benchmark comparison for PR logical-expr Logical plan and expressions
#19552 opened Dec 29, 2025 by comphead Loading…
perf: Improve performance of ltrim, rtrim, btrim functions Changes to functions implementation performance Make DataFusion faster
#19551 opened Dec 29, 2025 by andygrove Loading…
Allow dropping qualified columns core Core DataFusion crate functions Changes to functions implementation
#19549 opened Dec 29, 2025 by ntjohnson1 Loading…
Optimize concat/concat_ws scalar path by pre-allocating memory functions Changes to functions implementation performance Make DataFusion faster
#19547 opened Dec 29, 2025 by lyne7-sc Loading…
Compute Dynamic Filters only when a consumer supports them core Core DataFusion crate physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate
#19546 opened Dec 29, 2025 by LiaCastaneda Loading…
Parquet: Push down supported list predicates (array_has/any/all) during decoding datasource Changes to the datasource crate sqllogictest SQL Logic Tests (.slt)
#19545 opened Dec 29, 2025 by kosiew Loading…
feat: to_time function documentation Improvements or additions to documentation functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#19540 opened Dec 29, 2025 by kumarUjjawal Loading…
minor : add crypto function benchmark functions Changes to functions implementation
#19539 opened Dec 29, 2025 by getChan Loading…
Allow struct field access projections to be pushed down into scans common Related to common 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 sqllogictest SQL Logic Tests (.slt)
#19538 opened Dec 29, 2025 by adriangb Draft
3 tasks
perf: Optimize contains for scalar search arg functions Changes to functions implementation performance Make DataFusion faster
#19529 opened Dec 28, 2025 by andygrove Loading…
metrics: added more metrics for multi-column group by physical-plan Changes to the physical-plan crate
#19526 opened Dec 28, 2025 by rluvaton Loading…
Co-locate function parameter names and types with Signature::with_parameters functions Changes to functions implementation logical-expr Logical plan and expressions
#19524 opened Dec 28, 2025 by kosiew Loading…
refactor: extract the data generate out of aggregate_topk benchmark core Core DataFusion crate
#19523 opened Dec 28, 2025 by haohuaijin Loading…
perf: add prefetching for aggregate multi group by [WIP] common Related to common crate performance Make DataFusion faster physical-plan Changes to the physical-plan crate
#19520 opened Dec 28, 2025 by rluvaton Draft
fix: enhance CTE resolution with identifier normalization sql SQL Planner
#19519 opened Dec 28, 2025 by kysshsy Loading…
Refactor duplicate code in type_coercion/functions.rs core Core DataFusion crate ffi Changes to the ffi crate logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt)
#19518 opened Dec 28, 2025 by Jefffrey Loading…
Validate parquet writer version 17498 common Related to common crate proto Related to proto crate
#19515 opened Dec 27, 2025 by AlyAbdelmoneim Loading…
feat: Implement Spark functions hour, minute, second spark sqllogictest SQL Logic Tests (.slt)
#19512 opened Dec 27, 2025 by andygrove Loading…
Allow logical optimizer to be run without evaluating now() & refactor SimplifyInfo common Related to common crate core Core DataFusion crate documentation Improvements or additions to documentation functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules spark
#19505 opened Dec 27, 2025 by adriangb Loading…
Use arrow pool to fix memory over accounting aggregations common Related to common crate core Core DataFusion crate ffi Changes to the ffi crate functions Changes to functions implementation logical-expr Logical plan and expressions physical-plan Changes to the physical-plan crate proto Related to proto crate spark substrait Changes to the substrait crate
#19501 opened Dec 26, 2025 by LiaCastaneda Draft
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.