添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
曾经爱过的帽子  ·  Atlassian家族 JIRA & ...·  1 月前    · 
大气的伏特加  ·  Repository import by ...·  3 月前    · 
非常酷的钥匙扣  ·  Background ...·  3 月前    · 
彷徨的松球  ·  trouble resolving an ...·  5 月前    · 
[jira] [Resolved] (ARROW-10921) `TypeError: 'coroutine' object is not iterable` when reading parquet partitions via s3fs >= 0.5 with pyarrow Tue, 15 Dec 2020 08:30:06 -0800 https://issues.apache.org/jira/browse/ARROW-10921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel Joris Van den Bossche resolved ARROW-10921. ------------------------------------------- Resolution: Fixed > `TypeError: 'coroutine' object is not iterable` when reading parquet > partitions via s3fs >= 0.5 with pyarrow > ------------------------------------------------------------------------------------------------------------ > Key: ARROW-10921 > URL: https://issues.apache.org/jira/browse/ARROW-10921 > Project: Apache Arrow > Issue Type: Bug > Components: Python > Reporter: Ivan Necas > Priority: Major > Fix For: 3.0.0 > Trying to read partitioned parquet files using updated s3fs {{>= 0.5 (using > via }}{{dask}}), and got this error: > {code:python} > 410 files = set() > --> 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 > {code} > coming from > [ https://github.com/apache/arrow/blob/9baa123ea38ee9cc1d3a90cfc9347239cd28064c/python/pyarrow/filesystem.py#L415 ] > Seems related to switching s3fs to asyncio in > [ https://github.com/dask/s3fs/pull/336 .| https://github.com/dask/s3fs/pull/336 ] This message was sent by Atlassian Jira (v8.3.4#803005)