etseidl commented on code in PR #8763:
URL: https://github.com/apache/arrow-rs/pull/8763#discussion_r2482867989


##########
parquet/src/file/metadata/reader.rs:
##########
@@ -355,7 +367,8 @@ impl ParquetMetaDataReader {
 
         let push_decoder = 
ParquetMetaDataPushDecoder::try_new_with_metadata(file_size, metadata)?
             .with_offset_index_policy(self.offset_index)
-            .with_column_index_policy(self.column_index);
+            .with_column_index_policy(self.column_index)
+            .with_metadata_options(self.metadata_options.clone());

Review Comment:
   At some point I could see moving the page index policy into the 
`MetadataOptions` and then deprecating a bunch of setters.



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