kou opened a new pull request, #44809:
URL: https://github.com/apache/arrow/pull/44809

   ### 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::unique_ptr<arrow::RecordBatchReader 
parquet::arrow::FileReader::GetRecordBatchReader()`
   * 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 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]

Reply via email to