pitrou commented on code in PR #41972:
URL: https://github.com/apache/arrow/pull/41972#discussion_r1627782677
##########
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:
Yes, I think we should switch to `bool` for all these docstrings, since
that's the proper type name in Python.
--
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]