rok commented on code in PR #6637:
URL: https://github.com/apache/arrow-rs/pull/6637#discussion_r1988182795


##########
parquet/src/arrow/async_reader/mod.rs:
##########
@@ -175,6 +234,12 @@ impl ArrowReaderMetadata {
     ) -> Result<Self> {
         // TODO: this is all rather awkward. It would be nice if 
AsyncFileReader::get_metadata
         // took an argument to fetch the page indexes.
+        #[cfg(feature = "encryption")]
+        let mut metadata = input
+            
.get_metadata_with_encryption(options.file_decryption_properties.clone())
+            .await?;

Review Comment:
   Will reply there.



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

Reply via email to