Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Trying to read partitioned parquet files using updated s3fs >= 0.5 (using via }}{{dask), and got this error:
410 files = set() 411 --> 412 for key in list(self.fs._ls(path, refresh=refresh)): 413 path = key['Key'] 414 if key['StorageClass'] == 'DIRECTORY': TypeError: 'coroutine' object is not iterable
Seems related to switching s3fs to asyncio in https://github.com/dask/s3fs/pull/336.
Attachments
Issue Links
- is duplicated by
-
ARROW-10433 [Python] pyarrow doesn't work with s3fs>=0.5
- Resolved
- relates to
-
ARROW-10433 [Python] pyarrow doesn't work with s3fs>=0.5
- Resolved