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

Add more expression pushdown tests optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#20300 opened Feb 11, 2026 by adriangb Loading…
chore: Remove "extern crate criterion" in benches core Core DataFusion crate functions Changes to functions implementation spark
#20299 opened Feb 11, 2026 by neilconway Loading…
perf: Optimize strpos() for ASCII-only inputs functions Changes to functions implementation
#20295 opened Feb 11, 2026 by neilconway Loading…
Add statistics integration tests core Core DataFusion crate
#20292 opened Feb 11, 2026 by gabotechs Draft
[branch-52] fix: filter pushdown when merge filter (#20110) core Core DataFusion crate physical-plan Changes to the physical-plan crate
#20289 opened Feb 11, 2026 by haohuaijin Loading…
feat: Implement Spark bitmap_bucket_number function spark sqllogictest SQL Logic Tests (.slt)
#20288 opened Feb 11, 2026 by kazantsev-maksim Loading…
Add protoc support for ArrowScanExecNode (#20280) proto Related to proto crate
#20284 opened Feb 11, 2026 by JoshElkind Loading…
CI: build and run sqllogictests binary directly in extended workflow development-process Related to development process of DataFusion
#20282 opened Feb 10, 2026 by kosiew Loading…
Deprecate ExprSchema and ExprSchemable helpers (#15847) common Related to common crate core Core DataFusion crate documentation Improvements or additions to documentation logical-expr Logical plan and expressions optimizer Optimizer rules spark sql SQL Planner substrait Changes to the substrait crate
#20281 opened Feb 10, 2026 by JoshElkind Loading…
fix: disable dynamic filter pushdown for non min/max aggregates physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#20279 opened Feb 10, 2026 by notashes Loading…
perf: Optimize lpad, rpad for ASCII strings documentation Improvements or additions to documentation functions Changes to functions implementation
#20278 opened Feb 10, 2026 by neilconway Loading…
Improve hash join exec builder optimizer Optimizer rules physical-plan Changes to the physical-plan crate
#20276 opened Feb 10, 2026 by askalt Loading…
feat: Implement Spark bitmap_bit_position function spark sqllogictest SQL Logic Tests (.slt)
#20275 opened Feb 10, 2026 by kazantsev-maksim Loading…
Runs-on for more actions development-process Related to development process of DataFusion
#20274 opened Feb 10, 2026 by blaginin Draft
doc: Add documentation for pushing limit into plan optimizer Optimizer rules physical-plan Changes to the physical-plan crate
#20271 opened Feb 10, 2026 by 2010YOUY01 Loading…
feat: Integrate CastColumnExpr into PhysicalExprAdapter core Core DataFusion crate physical-expr Changes to the physical-expr crates
#20269 opened Feb 10, 2026 by kumarUjjawal Loading…
fix: grouping separator for float and decimal spark
#20268 opened Feb 10, 2026 by Druva-D Loading…
chore(deps): bump pbjson-types from 0.8.0 to 0.9.0 in the proto group auto-dependencies substrait Changes to the substrait crate
#20257 opened Feb 10, 2026 by dependabot bot Loading…
Validate coerce int96 config 17498 common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate proto Related to proto crate
#20253 opened Feb 10, 2026 by AlyAbdelmoneim Loading…
chore: enable clippy::clone_on_ref_ptr lint for the whole workspace (#17083) catalog Related to the catalog crate common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate development-process Related to development process of DataFusion 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
#20250 opened Feb 10, 2026 by JoshElkind Loading…
WIP: FFI query planner core Core DataFusion crate execution Related to the execution crate ffi Changes to the ffi crate
#20249 opened Feb 9, 2026 by milenkovicm Draft
Fix incorrect SortExec removal before AggregateExec (option 2) optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#20247 opened Feb 9, 2026 by alamb Loading…
Gene.bordegaray/2026/02/dyn filter partition indexed common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate documentation Improvements or additions to documentation optimizer Optimizer rules physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate proto Related to proto crate sqllogictest SQL Logic Tests (.slt)
#20246 opened Feb 9, 2026 by gene-bordegaray Draft
fix: Add integer check for bitwise coercion logical-expr Logical plan and expressions sqllogictest SQL Logic Tests (.slt)
#20241 opened Feb 9, 2026 by Acfboy Loading…
ProTip! Filter pull requests by the default branch with base:main.