hiroyuki-sato opened a new pull request, #48285: URL: https://github.com/apache/arrow/pull/48285
### Rationale for this change `FileReader::Make` previously returned `Status` and required callers to pass an `out` parameter. ### What changes are included in this PR? Introduce a `Result<std::unique_ptr<FileReader>>` returning API to allow clearer error propagation ### Are these changes tested? Yes. ### Are there any user-facing changes? No. -- 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]
