rok commented on code in PR #6637: URL: https://github.com/apache/arrow-rs/pull/6637#discussion_r1987749856
########## .github/workflows/parquet.yml: ########## @@ -111,6 +111,8 @@ jobs: run: cargo check -p parquet --all-targets --all-features - name: Check compilation --all-targets --no-default-features --features json run: cargo check -p parquet --all-targets --no-default-features --features json + - name: Check compilation --no-default-features --features encryption --features async + run: cargo check -p parquet --no-default-features --features encryption --features async Review Comment: @alamb added as per your suggestion. -- 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