@@ -593,10 +593,9 @@ Result<std::shared_ptr<FileSystem>> FileSystemFromUri(const std::string& uri,
593593// / The expected type is specific to the backend and
594594// / option name.
595595// / Options are forwarded to schemes dispatched through a registered
596- // / FileSystemFactory. A registered factory that does not support options
597- // / (currently "s3") returns NotImplemented for non-empty options.
598- // / Schemes not handled by a registered factory will also return
599- // / NotImplemented for non-empty options.
596+ // / FileSystemFactory. Non-empty options return NotImplemented for a registered
597+ // / FileSystemFactory that does not support them or for schemes not handled by
598+ // / a registered factory.
600599// / \param[out] out_path (optional) Path inside the filesystem.
601600// / \return out_fs FileSystem instance.
602601ARROW_EXPORT
@@ -634,11 +633,9 @@ Result<std::shared_ptr<FileSystem>> FileSystemFromUri(const std::string& uri,
634633// / The expected type is specific to the backend and
635634// / option name.
636635// / Options are forwarded to schemes dispatched through a registered
637- // / FileSystemFactory. A registered factory that does not support options
638- // / (currently "s3") returns NotImplemented for non-empty options.
639- // / Schemes not handled by a registered factory will also return
640- // / NotImplemented for non-empty options.
641- // / \param[in] io_context an IOContext which will be associated with the filesystem
636+ // / FileSystemFactory. Non-empty options return NotImplemented for a registered
637+ // / FileSystemFactory that does not support them or for schemes not handled by
638+ // / a registered factory.
642639// / \param[out] out_path (optional) Path inside the filesystem.
643640// / \return out_fs FileSystem instance.
644641ARROW_EXPORT
0 commit comments