You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/09/09 12:50:00 UTC

[jira] [Resolved] (ARROW-9936) [Python] Fix / test relative file paths in pyarrow.parquet

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

Antoine Pitrou resolved ARROW-9936.
-----------------------------------
    Resolution: Fixed

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

> [Python] Fix / test relative file paths in pyarrow.parquet
> ----------------------------------------------------------
>
>                 Key: ARROW-9936
>                 URL: https://issues.apache.org/jira/browse/ARROW-9936
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Joris Van den Bossche
>            Assignee: Joris Van den Bossche
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> It seems that I broke writing parquet to relative file paths in ARROW-9718 (again, something similar happened in the pyarrow.dataset reading), so should fix that and properly test this.
> {code}
> In [3]: pq.write_table(table, "test_relative.parquet")
> ...
> ~/scipy/repos/arrow/python/pyarrow/_fs.pyx in pyarrow._fs.FileSystem.from_uri()
> ArrowInvalid: URI has empty scheme: 'test_relative.parquet'
> {code}



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