Commits


Colin Jermain authored and Joris Van den Bossche committed bdb5ab893e2
ARROW-15982: [Python] parquet.read_table fails to parse home directory path This PR adds support for the home directory in paths. This fixes a problem where `pyarrow.parquet.read_table` fails to find files relative to the home directory. I added `os.path.expanduser` to the `_stringify_path` function to have the widest effect with minimal changes. Happy to adjust that if there is a better place. Closes #12675 from cjermain/ARROW-15982 Authored-by: Colin Jermain <cjermain@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>