zeroshade opened a new pull request #12658:
URL: https://github.com/apache/arrow/pull/12658


   Proposed by #12428 I've simplified the ReaderAtSeeker interface to only 
require `io.ReaderAt` and `io.Seeker` rather than `io.ReadSeeker`. This means 
there are only two methods required for the `parquet.ReaderAtSeeker` interface: 
`ReadAt` and `Seek`. 
   
   Simplifying the interface makes it easier for anyone to use the Parquet 
library by reducing the burden on implementing new sources.


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