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


##########
parquet/src/arrow/arrow_reader/mod.rs:
##########
@@ -387,6 +389,8 @@ pub struct ArrowReaderOptions {
     supplied_schema: Option<SchemaRef>,
     /// Policy for reading offset and column indexes.
     pub(crate) page_index_policy: PageIndexPolicy,
+    /// Options to control reading of Parquet metadata

Review Comment:
   I was thinking perhaps the `page_index_policy`, but the other things in 
`ArrowReaderOptions` are more Arrow specific rather than Parquet. That might 
get confusing.



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