aucahuasi opened a new pull request, #14723: URL: https://github.com/apache/arrow/pull/14723
This PR adds the new method `RandomAccessFile::ReadManyAsync`: to perform asynchronously multiple reads at once. The idea for this PR is to provide the new method with its default implementation (which is simply iterating over all the ranges). The next PRs, will provide specific implementations using coalescing (`internal::CoalesceReadRanges`) for the some `io::RandomAccessFile` concrete classes (e.g. the cloud ones and perhaps the CUDA buffer reader as well). Related Jira ticket: https://issues.apache.org/jira/browse/ARROW-18113 -- 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]
