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


##########
parquet/src/arrow/async_reader/store.rs:
##########
@@ -175,6 +177,24 @@ impl AsyncFileReader for ParquetObjectReader {
             Ok(Arc::new(metadata))
         })
     }
+
+    #[cfg(feature = "encryption")]
+    fn get_metadata_with_encryption(
+        &mut self,
+        _file_decryption_properties: Option<FileDecryptionProperties>,
+    ) -> BoxFuture<'_, Result<Arc<ParquetMetaData>>> {
+        Box::pin(async move {

Review Comment:
   I think I missunderstood something a couple of iterations back, 
reintroducing `with_decryption_properties` now and adding a test 
(https://github.com/apache/arrow-rs/pull/6637/commits/90434d67e4cda052da8b3695da3b539e510e6e3c).
 As things are now metadata does not get decrypted. Will work on a fix.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to