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

   > The TODO with the ability to load from a byte range that only has the 
metadata is the one piece missing for this to satisfy our use case, but we can 
easily work around that by passing in a ChunkReader that lies about the offsets 
it's loading from and errors if you try to access an offset outside of it's 
range.
   
   @adriangb I also found the use of "offsets"  confusing as they parquet 
metadata has and uses offsets that are always "absolute" offsets within the 
overall file. Maybe we can make / update the example in 
https://github.com/apache/arrow-rs/pull/6081. Speaking of which, I will go do 
that now. 
   


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