mapleFU opened a new issue, #9609:
URL: https://github.com/apache/arrow-rs/issues/9609

   **Which part is this question about**
   <!--
   Is it code base, library api, documentation or some other part?
   -->
   
   New parquet metadata decoder and page index. I know we have 
https://github.com/apache/arrow-rs/issues/8643 , and we can avoid Statistics 
via 
https://github.com/apache/arrow-rs/blob/main/parquet/src/file/metadata/options.rs#L91
   but column index seems follow a different rule: 
https://github.com/apache/arrow-rs/blob/main/parquet/src/file/metadata/parser.rs#L244
   
   I may miss the reason here.
   
   **Describe your question**
   
   How can we avoid decode some columns in column index
   
   **Additional context**
   
   No


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