arrow icon indicating copy to clipboard operation
arrow copied to clipboard

[C++][Parquet] Add `Result<shared_ptr>` versions of `parquet:arrow::FileReader::GetRecordBatchReader()`

Open kou opened this issue 6 months ago • 1 comments

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

kou avatar Jun 20 '25 01:06 kou

take

Ziy1-Tan avatar Jun 22 '25 03:06 Ziy1-Tan

Issue resolved by pull request 46932 https://github.com/apache/arrow/pull/46932

kou avatar Jul 04 '25 01:07 kou