Closed kou closed 2 days ago
:warning: GitHub issue #44784 has been automatically assigned in GitHub to PR creator.
Good catch! I should have changed the GLib part too...
I've applied your patch with some modifications.
+1
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 33e8cbb2eae70efb5ec4efc07e8fd79edb1057cf.
There were no benchmark performance regressions. 🎉
The full Conbench report has more details. It also includes information about 4 possible false positives for unstable benchmarks that are known to sometimes produce them.
Rationale for this change
We're migrating
arrow::Status
+ output variable API toarrow::Result
API.What changes are included in this PR?
arrow::Result<std::unique_ptr<FileReader>> parquet::arrow::OpenFile()
arrow::Status parquet::arrow::OpenFile()
arrow::Result
version in our code baseAre these changes tested?
Yes.
Are there any user-facing changes?
Yes.