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 2021/05/10 11:57:00 UTC

[jira] [Resolved] (ARROW-12472) [Python] read_table fails when passing a PEP519 filesystem object

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

Joris Van den Bossche resolved ARROW-12472.
-------------------------------------------
    Fix Version/s: 5.0.0
       Resolution: Fixed

Issue resolved by pull request 10104
[https://github.com/apache/arrow/pull/10104]

> [Python] read_table fails when passing a PEP519 filesystem object
> -----------------------------------------------------------------
>
>                 Key: ARROW-12472
>                 URL: https://issues.apache.org/jira/browse/ARROW-12472
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Parquet, Python
>    Affects Versions: 3.0.0
>            Reporter: Zachary Blackwood
>            Priority: Critical
>              Labels: parquet, path, pull-request-available, python
>             Fix For: 5.0.0
>
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> When passing a PEP519 filesystem object which implements a
> {noformat}
> __fspath__
> {noformat}
> method, but does not implement a {noformat}__str__{noformat} method which returns a valid path (e.g. an OpenFile object from fsspec) to {noformat}pyarrow.parquet.read_table(){noformat}, the file fails to be read.



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