pitrou commented on code in PR #46078:
URL: https://github.com/apache/arrow/pull/46078#discussion_r2056212394


##########
python/pyarrow/_s3fs.pyx:
##########
@@ -234,6 +234,8 @@ cdef class S3FileSystem(FileSystem):
             S3FileSystem(proxy_options={'scheme': 'http', 'host': 'localhost',
                                         'port': 8020, 'username': 'username',
                                         'password': 'password'})
+    allow_delayed_open : bool, default False
+        Whether to allow file-open methods to return before the actual open.

Review Comment:
   Can we improve this a bit by explaining the consequences, as in the 
corresponding C++ docstring?



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to