You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2020/11/10 15:59:00 UTC

[jira] [Assigned] (ARROW-10433) [Python] pyarrow doesn't work with s3fs>=0.5

     [ https://issues.apache.org/jira/browse/ARROW-10433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joris Van den Bossche reassigned ARROW-10433:
---------------------------------------------

    Assignee: Marius van Niekerk

> [Python] pyarrow doesn't work with s3fs>=0.5
> --------------------------------------------
>
>                 Key: ARROW-10433
>                 URL: https://issues.apache.org/jira/browse/ARROW-10433
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 2.0.0
>            Reporter: Marius van Niekerk
>            Assignee: Marius van Niekerk
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.0.0, 2.0.1
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> 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
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)