Ted-Jiang commented on PR #1791:
URL: https://github.com/apache/arrow-rs/pull/1791#issuecomment-1147417751

   > Edit: is the intention to use this for the first step?
   
   Basically, yes !
   First step contains:
   
     1. Use `SerializedFileReader` read fileMeta get file_metadata
     2. Use min_max on row group filter filter useless group (already exist)
     3. Read specific row group page_index  construct `Index`(#1761)
     4. Use both `index` and `filter`  generate `pagemask` (this one)
    ....
   
   
   


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