Skip to content
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

Fix New Clippy Lints #1996

Closed
tustvold opened this issue Jul 3, 2022 · 1 comment · Fixed by #1995
Closed

Fix New Clippy Lints #1996

tustvold opened this issue Jul 3, 2022 · 1 comment · Fixed by #1995
Labels
arrow Changes to the arrow crate development-process Related to development process of arrow-rs parquet Changes to the parquet crate

Comments

@tustvold
Copy link
Contributor

tustvold commented Jul 3, 2022

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

Latest clippy produces warnings like

warning: this lifetime isn't used in the impl
   --> parquet/src/encodings/decoding.rs:842:6
    |
842 | impl<'m, T: DataType> Decoder<T> for DeltaByteArrayDecoder<T> {
warning: `format!(..)` appended to existing `String`
   --> arrow/src/util/display.rs:211:17
    |
211 |                 tmp += &format!("{:02x}", character);

Describe the solution you'd like
We should fix this

@tustvold tustvold added the enhancement Any new improvement worthy of a entry in the changelog label Jul 3, 2022
@tustvold
Copy link
Contributor Author

tustvold commented Jul 3, 2022

Duplicate #1984

@tustvold tustvold closed this as completed Jul 3, 2022
@alamb alamb added parquet Changes to the parquet crate arrow Changes to the arrow crate development-process Related to development process of arrow-rs and removed enhancement Any new improvement worthy of a entry in the changelog labels Jul 7, 2022
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 development-process Related to development process of arrow-rs parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants