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/03/03 19:31:35 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-1058411284


   Clippy is run like this:
   
   https://github.com/apache/arrow-rs/blob/master/.github/workflows/rust.yml#L211-L250
   
   ```
             cargo clippy --features test_common --features prettyprint  --features=async --all-targets --workspace -- -D warnings
   ```
   
   Perhaps we can also add the `experimental` features to this list?


-- 
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