Ziy1-Tan opened a new pull request, #46932: URL: https://github.com/apache/arrow/pull/46932
### Rationale for this change We're migrating arrow::Status + output variable API to arrow::Result API. ### What changes are included in this PR? - Add `arrow::Result<std::shared_ptr<arrow::RecordBatchReader parquet::arrow::FileReader::GetRecordBatchReaderSharedPtr()` - Deprecate `arrow::Status parquet::arrow::FileReadeder::GetRecordBatchReader()` - Use the added `arrow::Result` version in our code base ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. **This PR includes breaking changes to public APIs.** `GetRecordBatchReader()` --> `GetRecordBatchReaderSharedPtr()`, because overloading is not possible if only the return value is different -- 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]
