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/09/08 07:05:00 UTC

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

Joris Van den Bossche created ARROW-9936:
--------------------------------------------

             Summary: [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
             Fix For: 2.0.0


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)