tustvold commented on PR #5165: URL: https://github.com/apache/arrow-rs/pull/5165#issuecomment-1840421084
Rather than duplicating the reader perhaps we could extract a `BufferRead` trait that returns `Buffer` and has an implementation for `Buffer` along with any `T: Read + Seek`. `FileReader` could then be updated to use this trait? -- 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]
