alamb commented on PR #8080:
URL: https://github.com/apache/arrow-rs/pull/8080#issuecomment-3191221576

   > No page indexes yet, but this seems pretty nice 👍 Once I have the page 
indexes converted the parser should get pretty simple.
   
   I am also thinking of going one step further and rewriting the entire 
metadata decoder as an explicit state machine, roughly in the pattern you 
describe, which would avoid having to use 
`DecodeResult::NeedsData(vec![footer_start..file_len])` (we would return 
`Ok(DecodeResults::Ranges)` instead


-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to