tustvold commented on code in PR #3802: URL: https://github.com/apache/arrow-rs/pull/3802#discussion_r1133078703
########## .github/workflows/object_store.yml: ########## @@ -56,7 +56,7 @@ jobs: - name: Run clippy with aws_profile feature run: cargo clippy -p object_store --features aws_profile -- -D warnings - name: Run clippy with gcp feature - run: cargo clippy -p object_store --features gcp -- -D warnings + run: cargo clippy -p object_store --features gcp,aws -- -D warnings Review Comment: Why this change? -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org