Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0
Description
s3fs has moved to using asyncio underneath.
Unfortunately pyarrow relies on internal private methods
as seen here
https://github.com/apache/arrow/blob/478286658055bb91737394c2065b92a7e92fb0c1/python/pyarrow/filesystem.py#L412
this _ls has been changed to be an asynchronous coroutine in more modern versions of s3fs
Attachments
Issue Links
- duplicates
-
ARROW-10921 `TypeError: 'coroutine' object is not iterable` when reading parquet partitions via s3fs >= 0.5 with pyarrow
- Resolved
- is related to
-
ARROW-10921 `TypeError: 'coroutine' object is not iterable` when reading parquet partitions via s3fs >= 0.5 with pyarrow
- Resolved
- links to