arrow
arrow copied to clipboard
[C++][Parquet] Add `Result<shared_ptr>` versions of `parquet:arrow::FileReader::GetRecordBatchReader()`
Describe the enhancement requested
The unique_ptr versions of parquet:arrow::FileReader::GetRecordBatchReader() already added the Result version, deprecated Status versions and removed deprecated Status versions.
We should do this for shared_ptr versions too.
Component(s)
C++, Parquet
take
Issue resolved by pull request 46932 https://github.com/apache/arrow/pull/46932