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


##########
parquet/src/file/metadata/reader.rs:
##########
@@ -342,8 +360,13 @@ impl ParquetMetaDataReader {
         mut fetch: F,
         file_size: usize,
     ) -> Result<()> {
-        let (metadata, remainder) =
-            Self::load_metadata(&mut fetch, file_size, 
self.get_prefetch_size()).await?;
+        let (metadata, remainder) = Self::load_metadata(
+            &mut fetch,
+            file_size,
+            self.get_prefetch_size(),
+            self.file_decryption_properties.clone(),

Review Comment:
   Fair point. Changed.



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