-
Notifications
You must be signed in to change notification settings - Fork 1k
Migrate parquet-variant-compute
to Rust 2024
#8511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's a good time to update+merge this one; I'm tempted to use a let chain in a PR, which requires rust 2024 |
Let's get it refreshed and in! |
We need to wait until we can bump the MSRV to 1.88 to get let chains: https://blog.rust-lang.org/2025/06/26/Rust-1.88.0/#let-chains |
Thanks @mbrobbel -- bummer about the let chains. soon ™️ |
Odd... I thought this same series of pull requests had also updated MSRV to 1.88? At least, I was no longer able to compile with older rust versions after pulling latest main and forcing to 1.85:
|
Ah, but it's "only" a dev dependency:
|
Aside: When compiling with 1.85, I get a lot of clippy warnings of the form:
... which seems very legit, I wonder why clippy 1.90 doesn't flag them? |
Which issue does this PR close?
Rationale for this change
Splitting up #8227.
What changes are included in this PR?
Migrate
parquet-variant-compute
to Rust 2024Are these changes tested?
CI
Are there any user-facing changes?
Yes