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

minor: run all examples by default
#19506 opened Dec 27, 2025 by theirix Loading…
Allow logical optimizer to be run without evaluating now() & refactor SimplifyInfo core Core DataFusion crate functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules spark
#19505 opened Dec 27, 2025 by adriangb Loading…
perf: Improve performance of to_hex (> 2x) functions Changes to functions implementation performance Make DataFusion faster
#19503 opened Dec 26, 2025 by andygrove Loading…
perf: improve performance of string repeat functions Changes to functions implementation performance Make DataFusion faster
#19502 opened Dec 26, 2025 by andygrove 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
Refactor ListArray hashing to consider only sliced values common Related to common crate
#19500 opened Dec 26, 2025 by Jefffrey Loading…
chore(deps): bump taiki-e/install-action from 2.65.2 to 2.65.3 auto-dependencies development-process Related to development process of DataFusion
#19499 opened Dec 26, 2025 by dependabot bot Loading…
feat: Ensure catalog format in config is valid common Related to common crate
#19498 opened Dec 26, 2025 by AlyAbdelmoneim Loading…
Add: PI upper/lower bound f16 constants to ScalarValue common Related to common crate
#19497 opened Dec 26, 2025 by xonx4l Loading…
perf: optimize NthValue when ignore_nulls is true functions Changes to functions implementation
#19496 opened Dec 25, 2025 by mzabaluev Loading…
feat: Improve sort memory resilience physical-plan Changes to the physical-plan crate
#19494 opened Dec 25, 2025 by EmilyMatt Loading…
Automatically generate examples documentation (#19294) development-process Related to development process of DataFusion
#19491 opened Dec 25, 2025 by cj-zhukov Loading…
Include .proto files in datafusion-proto distribution proto Related to proto crate
#19490 opened Dec 25, 2025 by DarkWanderer Loading…
POC: Prune complex predicates by propagating column statistics common Related to common crate functions Changes to functions implementation logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates
#19488 opened Dec 25, 2025 by 2010YOUY01 Loading…
Introduce TypeSignatureClass::Any documentation Improvements or additions to documentation functions Changes to functions implementation logical-expr Logical plan and expressions sqllogictest SQL Logic Tests (.slt)
#19485 opened Dec 25, 2025 by Jefffrey Loading…
Preserve ordering from subqueries common Related to common crate core Core DataFusion crate optimizer Optimizer rules sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#19484 opened Dec 25, 2025 by adriangb Draft
Preserve ORDER BY in Unparser for projection -> order by pattern core Core DataFusion crate sql SQL Planner
#19483 opened Dec 24, 2025 by adriangb Loading…
chore: enforce clippy::allow_attributes for datafusion-ffi crate ffi Changes to the ffi crate
#19480 opened Dec 24, 2025 by chakkk309 Loading…
Enable parquet filter pushdown by default common Related to common crate
#19477 opened Dec 24, 2025 by alamb Draft
Fix distribution enforcement for chained aggregates to avoid SanityCheckPlan failures core Core DataFusion crate optimizer Optimizer rules physical-expr Changes to the physical-expr crates sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#19476 opened Dec 24, 2025 by kosiew Loading…
Simplify Spark sha2 implementation functions Changes to functions implementation spark sqllogictest SQL Logic Tests (.slt)
#19475 opened Dec 24, 2025 by Jefffrey Loading…
Add support for FFI config extensions common Related to common crate ffi Changes to the ffi crate
#19469 opened Dec 23, 2025 by timsaucer Draft
ProTip! Exclude everything labeled bug with -label:bug.