Skip to content

Conversation

@alamb
Copy link
Contributor

@alamb alamb commented Jun 26, 2025

Which issue does this PR close?

Rationale for this change

CI started failing after clippy got more strict

What changes are included in this PR?

Apply clippy fixes

Are these changes tested?

Yes by CI

Are there any user-facing changes?

No

@github-actions github-actions bot added parquet Changes to the parquet crate arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate labels Jun 26, 2025
1.,
unsafe { std::mem::transmute(-1_i32) },
unsafe { std::mem::transmute(i32::MAX) }
unsafe {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I couldn't remove the transmute here yet because the MSRV is too low (needs to be 1.87 before we can remove the transmute)

Copy link
Contributor

@etseidl etseidl 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 @alamb!

@alamb
Copy link
Contributor Author

alamb commented Jun 27, 2025

Thanks for the review @etseidl

@alamb alamb merged commit 5505113 into apache:main Jun 27, 2025
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate parquet Changes to the parquet crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clippy CI is failing on main after Rust 1.88 upgrade

2 participants