Skip to content

[C++][Parquet] Deprecate Status versions of parquet:arrow::FileReader::GetRecordBatchReader() #46869

Description

@kou

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.

We can reuse the Result<unique_ptr> versions for shared_ptr. So we can deprecate existing Status versions.

Component(s)

C++, Parquet

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions