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

feat: implement metrics for AsyncFuncExec core Core DataFusion crate physical-plan Changes to the physical-plan crate
#19626 opened Jan 3, 2026 by feniljain Loading…
Optimize Nullstate / accumulators functions Changes to functions implementation
#19625 opened Jan 3, 2026 by Dandandan Loading…
[TEST] Add avg_to_sum optimizer optimizer Optimizer rules
#19624 opened Jan 3, 2026 by Dandandan Draft
Remove coalesce batches rule and deprecate CoalesceBatchesExec core Core DataFusion crate optimizer Optimizer rules physical-plan Changes to the physical-plan crate proto Related to proto crate sqllogictest SQL Logic Tests (.slt)
#19622 opened Jan 3, 2026 by feniljain Loading…
Add one-step FilterExec creation with projection (#19608) physical-plan Changes to the physical-plan crate
#19619 opened Jan 3, 2026 by GaneshPatil7517 Loading…
fix(accumulators): preserve state in evaluate() for window frame queries documentation Improvements or additions to documentation functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#19618 opened Jan 3, 2026 by GaneshPatil7517 Loading…
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 viirya Loading…
Refactor percentile_cont to clarify support input types functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#19611 opened Jan 2, 2026 by Jefffrey Loading…
feat: Implement Spark function space spark sqllogictest SQL Logic Tests (.slt)
#19610 opened Jan 2, 2026 by kazantsev-maksim Loading…
feat: Prune complex/nested predicates via statistics propagation physical-expr Changes to the physical-expr crates
#19609 opened Jan 2, 2026 by 2010YOUY01 Loading…
fix: handle invalid byte ranges in calculate_range for single-line files datasource Changes to the datasource crate
#19607 opened Jan 2, 2026 by vigimite Loading…
refactor: Use Signature::coercible for isnan/iszero/nanvl functions Changes to functions implementation
#19604 opened Jan 2, 2026 by kumarUjjawal Loading…
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 Jefffrey Loading…
perf: optimize HashTableLookupExpr::evaluate physical-plan Changes to the physical-plan crate
#19602 opened Jan 2, 2026 by UBarney Loading…
Add heap_size to statistics common Related to common crate execution Related to the execution crate
#19599 opened Jan 2, 2026 by mkleen Loading…
perf: optimize bit_length for string arrays functions Changes to functions implementation
#19598 opened Jan 1, 2026 by Brijesh-Thakkar Draft
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 adriangb Loading…
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 adriangb Loading…
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 adriangb Loading…
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 Jefffrey Loading…
Perf: Optimize substring_index via single-byte fast path and direct indexing functions Changes to functions implementation
#19590 opened Jan 1, 2026 by lyne7-sc Loading…
ProTip! Filter pull requests by the default branch with base:main.