You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/28 11:21:30 UTC

[GitHub] [arrow-rs] Ted-Jiang opened a new issue, #1761: Prepare and construct index from col metadata for skipping pages at reading

Ted-Jiang opened a new issue, #1761:
URL: https://github.com/apache/arrow-rs/issues/1761

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 
   Read `PageLocation ` and `PageIndex` from parquet.
   which 
   PageLocation like in https://github.com/apache/parquet-format/blame/master/src/main/thrift/parquet.thrift#L909-L924
   
   PageIndex like https://github.com/apache/parquet-format/blame/master/src/main/thrift/parquet.thrift#L938-L959
   has 
   `NativeIndex ` for  fix length type
   `ByteIndex` for un_length bytes
   `FixedLenByteIndex` for fixed_length bytes
   
   Get this info in memory then we can apply page-level filter in future.
   **Describe the solution you'd like**
   A clear and concise description of what you want to happen.
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


-- 
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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold closed issue #1761: Prepare and construct index from col metadata for skipping pages at reading

Posted by GitBox <gi...@apache.org>.
tustvold closed issue #1761: Prepare and construct index from col metadata for skipping pages at reading
URL: https://github.com/apache/arrow-rs/issues/1761


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org