westonpace opened a new pull request, #36779: URL: https://github.com/apache/arrow/pull/36779
### Rationale for this change The rationale is described in #36778 ### What changes are included in this PR? New methods are added to `parquet::arrow::FileReader` which read the file asynchronously and respect the batch size property. In addition, these new methods are a bit simpler than `GetRecordBatchGenerator` as they are able to reuse a lot of the code in the synchronous methods. ### Are these changes tested? Yes, I've added new unit tests. ### Are there any user-facing changes? Yes, there are new methods available. There should be no breaking changes to any existing methods. -- 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]
