kou commented on code in PR #15057:
URL: https://github.com/apache/arrow/pull/15057#discussion_r1054796733


##########
python/pyarrow/_fs.pyx:
##########
@@ -425,7 +425,7 @@ cdef class FileSystem(_Weakrefable):
         """
         Create a new FileSystem from URI or Path.
 
-        Recognized URI schemes are "file", "mock", "s3fs", "hdfs" and "viewfs".
+        Recognized URI schemes are "file", "mock", "s3fs", "gcsfs", "hdfs" and 
"viewfs".

Review Comment:
   ```suggestion
           Recognized URI schemes are "file", "mock", "s3fs", "gs", "gcs", 
"hdfs" and "viewfs".
   ```



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