Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
14.63k
stars
3.56k
forks
source link
[C++][Parquet] Add `arrow::Result` version of `parquet::arrow::OpenFile()` #44784
Closed
kou closed 2 days ago
Describe the enhancement requested
The current version uses
arrow::Status
andstd::unique_ptr<parquet::arrow::FileReader>*
: https://github.com/apache/arrow/blob/8f8ac38ea0073dfe4414bfad881e80036ca5af57/cpp/src/parquet/arrow/reader.h#L353-L363Component(s)
C++, Parquet