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


##########
parquet/src/arrow/arrow_reader/mod.rs:
##########
@@ -593,8 +593,10 @@ pub struct ArrowReaderOptions {
     /// [ARROW_SCHEMA_META_KEY]: crate::arrow::ARROW_SCHEMA_META_KEY
     supplied_schema: Option<SchemaRef>,
 
-    pub(crate) column_index: PageIndexPolicy,
-    pub(crate) offset_index: PageIndexPolicy,

Review Comment:
   Drive by change. Accessors have been added for these, so they no longer need 
to be visible.



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