Zachary Blackwood created ARROW-12469:
-----------------------------------------
Summary: Read table fails when passing a PEP519 path
Key: ARROW-12469
URL: https://issues.apache.org/jira/browse/ARROW-12469
Project: Apache Arrow
Issue Type: Bug
Components: Python
Affects Versions: 3.0.0
Reporter: Zachary Blackwood
When passing a PEP519-compliant object (e.g. an fsspec OpenFile object) which
implements an `__fspath__` method to `pyarrow.parquet.read_table()`, the object
is converted into an invalid string by simply calling the `str` method, rather
than stringifying the output of the `__fspath__` method.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)