westonpace commented on PR #13931: URL: https://github.com/apache/arrow/pull/13931#issuecomment-1242146952
I agree that we should leave it for now. In the future we should still be able to do parallel I/O, we would just need to have a serial compute path on top of it. I suppose we could do something like `RandomAccessFile -> Generator<Buffer> -> Readahead -> Iterator<Buffer> -> InputStream` :laughing: but maybe we could find some solution with fewer layers too. -- 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]
