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


##########
parquet/src/file/metadata/reader.rs:
##########
@@ -90,6 +91,32 @@ pub enum PageIndexPolicy {
     Optional,
     /// Require the page index to exist, and error if it does not.
     Required,
+    /// `Required` for the listed column indexes, `Skip` otherwise

Review Comment:
   `Required` isn't currently enforced...might change to `Optional`



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