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

chore(deps): bump sysinfo from 0.38.4 to 0.39.1 auto-dependencies core Core DataFusion crate
#22130 opened May 12, 2026 by dependabot Bot Loading…
chore(deps): bump the all-other-cargo-deps group with 5 updates auto-dependencies core Core DataFusion crate
#22128 opened May 12, 2026 by dependabot Bot Loading…
chore(deps): update maturin requirement from <2,>=1.13.1 to >=1.13.3,<2 in /docs auto-dependencies documentation Improvements or additions to documentation
#22127 opened May 12, 2026 by dependabot Bot 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
#22126 opened May 12, 2026 by dependabot Bot Loading…
chore(deps): bump actions/labeler from 6.0.1 to 6.1.0 auto-dependencies development-process Related to development process of DataFusion
#22124 opened May 12, 2026 by dependabot Bot Loading…
chore(deps): bump runs-on/action from 2.1.0 to 2.1.2 auto-dependencies development-process Related to development process of DataFusion
#22123 opened May 12, 2026 by dependabot Bot Loading…
chore(deps): bump github/codeql-action from 4.35.3 to 4.35.4 auto-dependencies development-process Related to development process of DataFusion
#22122 opened May 12, 2026 by dependabot Bot Loading…
fix(bench): avoid OOM in array_replace bench functions Changes to functions implementation
#22120 opened May 12, 2026 by kumarUjjawal Contributor Loading…
perf: batch contiguous extend calls in array_replace functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#22119 opened May 12, 2026 by lyne7-sc Contributor Loading…
fix: respect Parquet column order when pruning datasource Changes to the datasource crate documentation Improvements or additions to documentation
#22118 opened May 12, 2026 by kumarUjjawal Contributor Loading…
test: extract enforce_distribution / enforce_sorting tests into a dedicated crate core Core DataFusion crate
#22117 opened May 12, 2026 by zhuqi-lucas Contributor Loading…
fix date_part('isodow') documentation Improvements or additions to documentation functions Changes to functions implementation spark sqllogictest SQL Logic Tests (.slt)
#22116 opened May 12, 2026 by sdf-jkl Contributor Loading…
Preimage date trunc functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#22114 opened May 11, 2026 by sdf-jkl Contributor Loading…
Propagate field metadata through NTH_VALUE, FIRST_VALUE, and LAST_VALUE window functions functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#22112 opened May 11, 2026 by paleolimbot Member Loading…
chore(deps): bump urllib3 from 2.6.3 to 2.7.0 dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code
#22109 opened May 11, 2026 by dependabot Bot Loading…
Add higher-order functions changes to upgrade guide documentation Improvements or additions to documentation
#22107 opened May 11, 2026 by gstvg Contributor Loading…
minor: make HigherOrderSignature less error-prone auto detected api change Auto detected API change logical-expr Logical plan and expressions
#22106 opened May 11, 2026 by gstvg Contributor Loading…
feat: Restore nullability when consuming substrait fields substrait Changes to the substrait crate
#22105 opened May 11, 2026 by neilconway Contributor Loading…
fix: preserve null_aware on logical JoinNode proto round-trip auto detected api change Auto detected API change proto Related to proto crate
#22104 opened May 11, 2026 by mithuncy Loading…
Track spill read-back memory in SMJ physical-plan Changes to the physical-plan crate
#22103 opened May 11, 2026 by SubhamSinghal Contributor Loading…
Replace ANY/ALL CASE planning with array_has/min/max desugaring sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#22102 opened May 11, 2026 by cetra3 Contributor Loading…
Add resolve_lambda_variables helper to Expr and LogicalPlan common Related to common crate functions Changes to functions implementation logical-expr Logical plan and expressions sql SQL Planner
#22101 opened May 10, 2026 by gstvg Contributor Loading…
feat: Add support for Spark-compatible explode_outer function auto detected api change Auto detected API change common Related to common crate core Core DataFusion crate physical-plan Changes to the physical-plan crate proto Related to proto crate sql SQL Planner
#22100 opened May 10, 2026 by athlcode Contributor Loading…
Minor: Disallow async function in lambdas physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt)
#22097 opened May 10, 2026 by gstvg Contributor Loading…
ProTip! Exclude everything labeled bug with -label:bug.