jpedrick opened a new issue, #35575:
URL: https://github.com/apache/arrow/issues/35575
### Describe the bug, including details regarding any error messages,
version, and platform.
Steps to reproduce:
```
>>> import pyarrow.fs
>>> pyarrow.fs.initialize_s3(pyarrow.fs.S3LogLevel.Debug)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "pyarrow/_s3fs.pyx", line 57, in pyarrow._s3fs.initialize_s3
File "pyarrow/error.pxi", line 100, in pyarrow.lib.check_status
pyarrow.lib.ArrowInvalid: S3 was already initialized. It is safe to use but
the options passed in this call have been ignored.
```
Version:
```
pip list | grep pyarrow
pyarrow 12.0.0
```
### Component(s)
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]