lidavidm opened a new pull request #11535: URL: https://github.com/apache/arrow/pull/11535
This implements two minor optimizations for the IPC file reader: - When reading an IPC message, try to read the entire body and header in one call. (This was already implemented for the async reader, but not the regular synchronous reader.) - Like the Parquet reader, try to avoid a second I/O operation when reading the footer by speculatively reading extra data. -- 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]
