trifleneurotic commented on code in PR #44503:
URL: https://github.com/apache/arrow/pull/44503#discussion_r1817870804
##########
cpp/src/arrow/filesystem/gcsfs.cc:
##########
@@ -962,7 +962,7 @@ Result<std::shared_ptr<io::OutputStream>>
GcsFileSystem::OpenAppendStream(
return Status::NotImplemented("Append is not supported in GCS");
}
-std::shared_ptr<GcsFileSystem> GcsFileSystem::Make(const GcsOptions& options,
+Result<std::shared_ptr<GcsFileSystem>> GcsFileSystem::Make(const GcsOptions&
options,
Review Comment:
Done! Ref b27686b4ccfb49171ca52596ab28734024696dcf (although I had to use 18
as major version number for workflow to finish).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]