You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/20 18:11:36 UTC

[GitHub] [arrow] cjermain opened a new pull request #12675: ARROW-15982: [Python] parquet.read_table fails to parse home directory path

cjermain opened a new pull request #12675:
URL: https://github.com/apache/arrow/pull/12675


   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.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] pitrou commented on pull request #12675: ARROW-15982: [Python] parquet.read_table fails to parse home directory path

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #12675:
URL: https://github.com/apache/arrow/pull/12675#issuecomment-1075351492


   @jorisvandenbossche What do you think about this?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #12675: ARROW-15982: [Python] parquet.read_table fails to parse home directory path

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #12675:
URL: https://github.com/apache/arrow/pull/12675#issuecomment-1073304044






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org