Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
3.0.0
Description
When passing a PEP519 filesystem object which implements a
__fspath__
method, but does not implement a
__str__
method which returns a valid path (e.g. an OpenFile object from fsspec) to
pyarrow.parquet.read_table()
, the file fails to be read.
Attachments
Issue Links
- duplicates
-
ARROW-12469 Read table fails when passing a PEP519 path
-
- Closed
-
- is cloned by
-
ARROW-12469 Read table fails when passing a PEP519 path
-
- Closed
-
- is duplicated by
-
ARROW-12471 read_table fails when passing a PEP519 filesystem object
-
- Closed
-
- links to