Commits


Joris Van den Bossche authored and Antoine Pitrou committed d7f6e9f5a5e
ARROW-9936: [Python] Fix / test relative file paths in pyarrow.parquet This copies some of the logic we developed in pyarrow/dataset.py to the new filesystem helpers to ensure we properly handle local paths there as well (we should follow-up with cleaning up dataset.py and reusing the pyarrow/fs.py helpers, though) Closes #8131 from jorisvandenbossche/ARROW-9936-relative-paths Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>