You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/27 11:26:22 UTC

[GitHub] [arrow-rs] alamb commented on issue #1254: Fix all clippy lints in parquet crate

alamb commented on issue #1254:
URL: https://github.com/apache/arrow-rs/issues/1254#issuecomment-1196605112

   After https://github.com/apache/arrow-rs/pull/2190 clippy is run just for the parquet crate (which now includes the `--experimental` flag)
   
   So once that is merged, the first order of business will be to make this command run cleanly:
   
   ```shell
   cargo clippy -p parquet --all-targets --all-features -- -D warnings
   ```
   
   And then we can move on to removing the additional lints


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org