miroim commented on code in PR #17137: URL: https://github.com/apache/datafusion/pull/17137#discussion_r2281288354
########## .github/workflows/rust.yml: ########## @@ -220,6 +220,8 @@ jobs: run: cargo check --profile ci --no-default-features -p datafusion --features=unicode_expressions - name: Check parquet encryption (parquet_encryption) run: cargo check --profile ci --no-default-features -p datafusion --features=parquet_encryption + - name: Check parquet encryption (parquet, parquet_encryption) + run: cargo check --profile ci --no-default-features -p datafusion --features=parquet,parquet_encryption Review Comment: Thank you @adamreeve for review -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org