Commits


Gabriel P Stone authored and GitHub committed ba5c86d2c62
GH-32206: [C++] GcsFileSystem::Make should return Result (#44503) ### What changes are included in this PR? GcsFileSystem::Make now returns Result, with corresponding header & test changes. ### Are these changes tested? Yes, `arrow-gcsfs-test` passed. ### Are there any user-facing changes? Yes. **This PR includes breaking changes to public APIs.** * GitHub Issue: #32206 Lead-authored-by: Gabriel Stone <Gabe.Stone@ibm.com> Co-authored-by: Gabriel P Stone <Gabe.Stone@ibm.com> Co-authored-by: Gabriel P Stone <gpstone@acm.org> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>