alamb opened a new pull request #8534:
URL: https://github.com/apache/arrow/pull/8534


   This PR builds on on https://github.com/apache/arrow/pull/8528, so waiting 
for that one to merge before this one
   
   
https://github.com/apache/arrow/commit/7155cd5488310c15d864428252ca71dd9ebd3b48 
/ https://github.com/apache/arrow/pull/8300 Reworked how the parquet reader 
traits were implemented to be interms of a `ChunkReader` trait (for the better, 
in my opinion).
   
   That commit includes two helper classes, `SliceableCursor` and `FileSource`, 
which implement `ChunkReader` for a `Cursor` like thing and `File`s, 
respectively
   
   My project uses the parquet `SerializedFileWriter` with things that look 
like `File` and `Cursor` and thus I would like to re-use the logic in 
`SliceableCursor` and `FileSource` without having to copy/paste them.


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