rok commented on code in PR #6637: URL: https://github.com/apache/arrow-rs/pull/6637#discussion_r1956504705
########## parquet/src/arrow/async_reader/mod.rs: ########## @@ -201,7 +243,8 @@ pub struct AsyncReader<T>(T); /// /// This builder handles reading the parquet file metadata, allowing consumers /// to use this information to select what specific columns, row groups, etc... -/// they wish to be read by the resulting stream +/// they wish to be read by the resulting stream. If footer or columns are encrypted +/// [`FileDecryptionProperties`] should be provided. Review Comment: I've removed the references from the public API docs for now. -- 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