rdettai commented on pull request #8300:
URL: https://github.com/apache/arrow/pull/8300#issuecomment-713398263


   I'm having second thoughts about the `ChunkReader` interface. It has a 
length, but what we really want is the capability to "read from end" in order 
to get the parquet footer. So I'm thinking about removing the Length trait and 
give to `get_read` the capability to read from end, for instance by making 
`start: u64` an `enum { FromStart(u64), FromEnd }`. This is particularly 
interesting when reading from a remote store where getting the size is 
expensive. What do you think ?


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to