bkietz commented on code in PR #39067:
URL: https://github.com/apache/arrow/pull/39067#discussion_r1506277223


##########
cpp/src/arrow/filesystem/filesystem.h:
##########
@@ -324,6 +346,10 @@ class ARROW_EXPORT FileSystem : public 
std::enable_shared_from_this<FileSystem>
       const std::shared_ptr<const KeyValueMetadata>& metadata) = 0;
   Result<std::shared_ptr<io::OutputStream>> OpenAppendStream(const 
std::string& path);
 
+  using Factory = Result<std::shared_ptr<FileSystem>>(const Uri& uri,

Review Comment:
   Alright



-- 
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]

Reply via email to