joe-ucp commented on code in PR #8894:
URL: https://github.com/apache/arrow-rs/pull/8894#discussion_r2572606476


##########
parquet/src/file/metadata/reader.rs:
##########
@@ -96,7 +96,7 @@ pub enum PageIndexPolicy {
 impl From<bool> for PageIndexPolicy {
     fn from(value: bool) -> Self {
         match value {
-            true => Self::Required,
+            true => Self::Optional,

Review Comment:
   Reverted to pre-PR behavior. I’ll open a separate issue/PR if we want to 
revisit the boolean-to-policy mapping. For this PR, no change from legacy 
behavior.



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