Commits


Sutou Kouhei authored and GitHub committed 33e8cbb2eae
GH-44784: [C++][Parquet] Add `arrow::Result` version of `parquet::arrow::OpenFile()` (#44785) ### Rationale for this change We're migrating `arrow::Status` + output variable API to `arrow::Result` API. ### What changes are included in this PR? * Add `arrow::Result<std::unique_ptr<FileReader>> parquet::arrow::OpenFile()` * Deprecate `arrow::Status parquet::arrow::OpenFile()` * Use the added `arrow::Result` version in our code base ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #44784 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>