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)