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 nobodyLoading
Sort

Pull requests list

table scoped lfc catalog Related to the catalog crate core Core DataFusion crate datasource Changes to the datasource crate documentation Improvements or additions to documentation execution Related to the execution crate
#19616 opened Jan 3, 2026 by jizezhang Draft
refactor: Extract sort-merge join filter logic into separate module physical-plan Changes to the physical-plan crate
#19614 opened Jan 2, 2026 by viiryaLoading…
Refactor percentile_cont to clarify support input types functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#19611 opened Jan 2, 2026 by JefffreyLoading…
feat: Implement Spark function space spark sqllogictest SQL Logic Tests (.slt)
#19610 opened Jan 2, 2026 by kazantsev-maksimLoading…
feat: Prune complex/nested predicates via statistics propagation physical-expr Changes to the physical-expr crates
#19609 opened Jan 2, 2026 by 2010YOUY01Loading…
fix: handle invalid byte ranges in calculate_range for single-line files datasource Changes to the datasource crate
#19607 opened Jan 2, 2026 by vigimiteLoading…
refactor: Use Signature::coercible for isnan/iszero/nanvl functions Changes to functions implementation
#19604 opened Jan 2, 2026 by kumarUjjawalLoading…
Further refactoring of type coercion function code core Core DataFusion crate functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules spark
#19603 opened Jan 2, 2026 by JefffreyLoading…
perf: optimize HashTableLookupExpr::evaluate physical-plan Changes to the physical-plan crate
#19602 opened Jan 2, 2026 by UBarneyLoading…
Add heap_size to statistics common Related to common crate execution Related to the execution crate
#19599 opened Jan 2, 2026 by mkleenLoading…
perf: optimize bit_length for string arrays functions Changes to functions implementation
#19598 opened Jan 1, 2026 by Brijesh-ThakkarLoading…
Refactor cache APIs to support ordering information catalog Related to the catalog crate datasource Changes to the datasource crate execution Related to the execution crate
#19597 opened Jan 1, 2026 by adriangbLoading…
Refactor PartitionedFile: add ordering field and new_from_meta constructor core Core DataFusion crate datasource Changes to the datasource crate proto Related to proto crate substrait Changes to the substrait crate
#19596 opened Jan 1, 2026 by adriangbLoading…
Record sort order when writing Parquet with WITH ORDER core Core DataFusion crate datasource Changes to the datasource crate
#19595 opened Jan 1, 2026 by adriangbLoading…
Run core benchmarks with CodSpeed development-process Related to development process of DataFusion
#19594 opened Jan 1, 2026 by Tpt Draft
Unify Spark TrySum implementation with DataFusion Sum implementation functions Changes to functions implementation spark
#19593 opened Jan 1, 2026 by JefffreyLoading…
Perf: Optimize substring_index via single-byte fast path and direct indexing functions Changes to functions implementation
#19590 opened Jan 1, 2026 by lyne7-scLoading…
Fix NULL handling in ScalarValue::partial_cmp (closes #19579) common Related to common crate logical-expr Logical plan and expressions
#19587 opened Dec 31, 2025 by Brijesh-ThakkarLoading…
Support negative scale decimals in decimal-to-integer conversions functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#19584 opened Dec 31, 2025 by shifluxxcLoading…
Fix:c Median() truncates integers by returning Float64 for integer inputs core Core DataFusion crate functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#19582 opened Dec 31, 2025 by Yuvraj-cyborg Draft
perf: optimize octet_length for string arrays functions Changes to functions implementation
#19581 opened Dec 31, 2025 by Brijesh-ThakkarLoading…
Fix: revive subquery decorrelator and fix failing test common Related to common crate core Core DataFusion crate 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) substrait Changes to the substrait crate
#19577 opened Dec 31, 2025 by duongcongtoaiLoading…
Enforce clippy::allow_attributes globally across workspace 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 spark sql SQL Planner sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#19576 opened Dec 31, 2025 by JefffreyLoading…
Add preserve_empty_as_null option to unnest for Spark explode_outer compatibility common Related to common crate physical-plan Changes to the physical-plan crate proto Related to proto crate
#19574 opened Dec 31, 2025 by bhanreddy1973Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.