samos123 opened a new issue, #38791: URL: https://github.com/apache/arrow/issues/38791
### Describe the bug, including details regarding any error messages, version, and platform. Steps to reproduce: 1. `pip install google-cloud-storage pyarrow==14.0.1` 2. Run following code: ``` from pyarrow import fs gcs = fs.GcsFileSystem() ``` This is following the official docs here: https://arrow.apache.org/docs/python/filesystems.html#google-cloud-storage-file-system ### 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]
