You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
We can reuse the Result<unique_ptr> versions for shared_ptr. So we can deprecate existing Status versions.
Describe the enhancement requested
The
unique_ptrversions ofparquet:arrow::FileReader::GetRecordBatchReader()already added theResultversion, deprecatedStatusversions and removed deprecatedStatusversions.We should do this for
shared_ptrversions too.We can reuse the
Result<unique_ptr>versions forshared_ptr. So we can deprecate existingStatusversions.Component(s)
C++, Parquet