rdbisme commented on issue #38013:
URL: https://github.com/apache/arrow/issues/38013#issuecomment-1762034525
I have a similar problem that started happening after I've updated `aws cli`
and reconfigured my sso session.
```
File "/home/xxx/git/xxx-xxx-ci/xxx_xxx_ci/auto_check/xxx.py", line 28, in
compute_xxxs_from_artifact
historical_xxxs = pd.read_parquet(historical_xxxs_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/home/xxx/.cache/pypoetry/virtualenvs/xxx-xxx-ci-0hW5Yow_-py3.11/lib/python3.11/site-packages/pandas/io/parquet.py",
line 670, in read_parquet
return impl.read(
^^^^^^^^^^
File
"/home/xxx/.cache/pypoetry/virtualenvs/xxx-xxx-ci-0hW5Yow_-py3.11/lib/python3.11/site-packages/pandas/io/parquet.py",
line 265, in read
path_or_handle, handles, filesystem = _get_path_or_handle(
^^^^^^^^^^^^^^^^^^^^
File
"/home/xxx/.cache/pypoetry/virtualenvs/xxx-xxx-ci-0hW5Yow_-py3.11/lib/python3.11/site-packages/pandas/io/parquet.py",
line 116, in _get_path_or_handle
fs, path_or_handle = pa_fs.FileSystem.from_uri(path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "pyarrow/_fs.pyx", line 470, in pyarrow._fs.FileSystem.from_uri
File "pyarrow/error.pxi", line 144, in
pyarrow.lib.pyarrow_internal_check_status
File "pyarrow/error.pxi", line 115, in pyarrow.lib.check_status
OSError: When resolving region for bucket 's3': AWS Error UNKNOWN (HTTP
status 400) during HeadBucket operation: No response body.
```
--
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]