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

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…
chore(deps): bump taiki-e/install-action from 2.65.1 to 2.65.2 auto-dependencies development-process Related to development process of DataFusion
#19474 opened Dec 24, 2025 by dependabot bot 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
Implement partition_statistics API for NestedLoopJoinExec core Core DataFusion crate physical-plan Changes to the physical-plan crate
#19468 opened Dec 23, 2025 by kumarUjjawal Loading…
Refactor TopKHashTable to use HashTable API physical-plan Changes to the physical-plan crate
#19464 opened Dec 23, 2025 by Dandandan Loading…
1 of 2 tasks
Decimal128 support for statistical aggregations functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#19463 opened Dec 23, 2025 by kumarUjjawal Draft
feat: support stateless physical plans datasource Changes to the datasource crate execution Related to the execution crate physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate
#19462 opened Dec 22, 2025 by askalt Loading…
Date / time / interval arithmetic improvements logical-expr Logical plan and expressions optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#19460 opened Dec 22, 2025 by Omega359 Loading…
minor: add tests for coercible signature considering nulls/dicts/ree logical-expr Logical plan and expressions
#19459 opened Dec 22, 2025 by Jefffrey Loading…
feat: support timestamp + duration(second) arithmetic logical-expr Logical plan and expressions
#19457 opened Dec 22, 2025 by foskey51 Draft
minor: implement more arms for get_data_types() for NativeType logical-expr Logical plan and expressions
#19449 opened Dec 22, 2025 by Jefffrey Loading…
Optimize RequiredIndices column collection optimizer Optimizer rules
#19448 opened Dec 22, 2025 by feichai0017 Loading…
feat: Add per-expression evaluation timing metrics to ProjectionExec execution Related to the execution crate physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#19447 opened Dec 22, 2025 by 2010YOUY01 Loading…
Redesign the try_reverse_output to support more cases datasource Changes to the datasource crate physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#19446 opened Dec 22, 2025 by zhuqi-lucas Loading…
Fix massive spill files for StringView/BinaryView columns physical-plan Changes to the physical-plan crate
#19444 opened Dec 21, 2025 by EeshanBembi Draft
Update to_unixtime udf function to support a consistent set of argument types documentation Improvements or additions to documentation functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#19442 opened Dec 21, 2025 by kumarUjjawal Loading…
Add Physical Extension Protobuf Codec proto Related to proto crate
#19437 opened Dec 21, 2025 by timsaucer Draft
5 tasks
fix: simplify IS NULL/IS NOT NULL literals for parquet pruning datasource Changes to the datasource crate
#19434 opened Dec 21, 2025 by ShashidharM0118 Loading…
infer parquet file order from metadata, write order in ParquetSink catalog Related to the catalog crate core Core DataFusion crate datasource Changes to the datasource crate execution Related to the execution crate physical-expr Changes to the physical-expr crates proto Related to proto crate sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#19433 opened Dec 21, 2025 by adriangb Draft
perf: improve range and generate_series for Int64 functions Changes to functions implementation performance Make DataFusion faster sqllogictest SQL Logic Tests (.slt)
#19431 opened Dec 20, 2025 by rluvaton Loading…
perf: skip double lookup in multi group by hash map common Related to common crate performance Make DataFusion faster physical-plan Changes to the physical-plan crate
#19430 opened Dec 20, 2025 by rluvaton Draft
Add option to disable evaluation of stable expressions in optimizer common Related to common crate documentation Improvements or additions to documentation functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#19426 opened Dec 20, 2025 by adriangb Loading…
ProTip! Filter pull requests by the default branch with base:main.