lidavidm opened a new pull request #9656: URL: https://github.com/apache/arrow/pull/9656
This provides an async-reentrant generator of record batches from an IPC file reader, intended to support Datasets once it becomes async itself. IPC messages are read on an IO thread pool, then decoded on the CPU thread pool. All dictionaries must be read at the start, then record batches can be read independently. ---------------------------------------------------------------- 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: us...@infra.apache.org