HaochengLIU commented on code in PR #41972:
URL: https://github.com/apache/arrow/pull/41972#discussion_r1626807739
##########
python/pyarrow/_s3fs.pyx:
##########
@@ -236,16 +236,24 @@ cdef class S3FileSystem(FileSystem):
S3FileSystem(proxy_options={'scheme': 'http', 'host': 'localhost',
'port': 8020, 'username': 'username',
'password': 'password'})
- allow_bucket_creation : bool, default False
+ allow_bucket_creation : boolean, default False
Review Comment:
Above doc uses `boolean` instead of `bool`
--
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]