Skip to content

Conversation

@jonahgao
Copy link
Member

@jonahgao jonahgao commented Dec 5, 2024

Which issue does this PR close?

Closes #13653.

Rationale for this change

substrait@0.49.5 uses a higher MSRV 1.80.1.

Changelog

0.49.5 (2024-12-04)
replace once_cell with std::sync::LazyLock, bumping msrv to 1.80.1

This PR restricts substrait‘s version to 0.49.4 to ensure compatibility with the current DataFusion MSRV.

What changes are included in this PR?

Are these changes tested?

Yes. By CI.

Are there any user-facing changes?

No

@github-actions github-actions bot added the substrait Changes to the substrait crate label Dec 5, 2024
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @jonahgao

@korowa korowa merged commit c510ab4 into apache:main Dec 5, 2024
27 checks passed
@korowa
Copy link
Contributor

korowa commented Dec 5, 2024

LGTM, thank you @jonahgao

@jonahgao jonahgao deleted the fix_msrv branch December 5, 2024 04:58
findepi added a commit to findepi/datafusion that referenced this pull request Dec 5, 2024
findepi added a commit to findepi/datafusion that referenced this pull request Dec 5, 2024
comphead pushed a commit that referenced this pull request Dec 5, 2024
* Increase minimum supported Rust version (MSRV) to 1.80.1

We currently require 1.80, but we also say that

> If a hotfix is released for the minimum supported Rust version (MSRV),
> the MSRV will be the minor version with all hotfixes

therefore we should requite 1.80.1 and thus allow dependencies that
require 1.80.1 (such as substrait)

* Revert "fix: cargo msrv check failed (#13654)"

This reverts commit c510ab4.
zhuliquan pushed a commit to zhuliquan/datafusion that referenced this pull request Dec 6, 2024
* fix: cargo msrv check failed

* Update comment
wiedld pushed a commit to influxdata/arrow-datafusion that referenced this pull request Jan 6, 2025
* Increase minimum supported Rust version (MSRV) to 1.80.1

We currently require 1.80, but we also say that

> If a hotfix is released for the minimum supported Rust version (MSRV),
> the MSRV will be the minor version with all hotfixes

therefore we should requite 1.80.1 and thus allow dependencies that
require 1.80.1 (such as substrait)

* Revert "fix: cargo msrv check failed (apache#13654)"

This reverts commit c510ab4.
wiedld pushed a commit to influxdata/arrow-datafusion that referenced this pull request Jan 8, 2025
* fix: cargo msrv check failed

* Update comment
wiedld pushed a commit to influxdata/arrow-datafusion that referenced this pull request Jan 8, 2025
* Increase minimum supported Rust version (MSRV) to 1.80.1

We currently require 1.80, but we also say that

> If a hotfix is released for the minimum supported Rust version (MSRV),
> the MSRV will be the minor version with all hotfixes

therefore we should requite 1.80.1 and thus allow dependencies that
require 1.80.1 (such as substrait)

* Revert "fix: cargo msrv check failed (apache#13654)"

This reverts commit c510ab4.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

substrait Changes to the substrait crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI: cargo msrv check failed

3 participants