mapleFU commented on PR #15238:
URL: https://github.com/apache/arrow/pull/15238#issuecomment-1374605368
The description updated @kou
By the way, seems CI failed because of flakey test:
```
=================================== FAILURES
===================================
______________________ [doctest] pyarrow._fs.PyFileSystem
______________________
EXAMPLE LOCATION UNKNOWN, not showing all tests of that example
??? >>> gfs = github.GithubFileSystem('apache', 'arrow',
sha='ec51aec4d15035f4d9d6a1c4346d0a2b9a37fb75')
UNEXPECTED EXCEPTION: HTTPError('403 Client Error: rate limit exceeded for
url:
https://api.github.com/repos/apache/arrow/git/trees/ec51aec4d15035f4d9d6a1c4346d0a2b9a37fb75')
Traceback (most recent call last):
File "/opt/conda/envs/arrow/lib/python3.9/doctest.py", line 1334, in __run
exec(compile(example.source, filename, "single",
File "<doctest pyarrow._fs.PyFileSystem[1]>", line 1, in <module>
File "/opt/conda/envs/arrow/lib/python3.9/site-packages/fsspec/spec.py",
line 76, in __call__
obj = super().__call__(*args, **kwargs)
File
"/opt/conda/envs/arrow/lib/python3.9/site-packages/fsspec/implementations/github.py",
line 56, in __init__
self.ls("")
File
"/opt/conda/envs/arrow/lib/python3.9/site-packages/fsspec/implementations/github.py",
line 158, in ls
r.raise_for_status()
File
"/opt/conda/envs/arrow/lib/python3.9/site-packages/requests/models.py", line
1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: rate limit exceeded for
url:
https://api.github.com/repos/apache/arrow/git/trees/ec51aec4d15035f4d9d6a1c4346d0a2b9a37fb75
/opt/conda/envs/arrow/lib/python3.9/site-packages/pyarrow/_fs.cpython-39-x86_64-linux-gnu.so:None:
UnexpectedException
```
Should I commit amend and re-push the patch?
--
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]