Open kou opened 9 hours ago
@github-actions crossbow submit -g cpp
:warning: GitHub issue #44808 has been automatically assigned in GitHub to PR creator.
Revision: 22b0cac96b284cdcf1326883866dc571ec9ffbf4
Submitted crossbow builds: ursacomputing/crossbow @ actions-336dfe8f67
Rationale for this change
We're migrating
arrow::Status
+ output variable API toarrow::Result
API.What changes are included in this PR?
arrow::Result<std::unique_ptr<arrow::RecordBatchReader parquet::arrow::FileReader::GetRecordBatchReader()
arrow::Status parquet::arrow::FileReadeder::GetRecordBatchReader()
arrow::Result
version in our code baseAre these changes tested?
Yes.
Are there any user-facing changes?
Yes.