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 2021/05/10 11:44:03 UTC

[GitHub] [arrow] blackary commented on a change in pull request #10104: ARROW-12472: [Python] Properly convert paths to strings

blackary commented on a change in pull request #10104:
URL: https://github.com/apache/arrow/pull/10104#discussion_r629289169



##########
File path: python/pyarrow/tests/parquet/test_dataset.py
##########
@@ -1586,3 +1586,25 @@ def test_parquet_dataset_partitions_piece_path_with_fsspec(tempdir):
     # ensure the piece path is also posix-style
     expected = path + "/data.parquet"
     assert dataset.pieces[0].path == expected
+
+
+def test_read_table_with_fspath(tempdir):

Review comment:
       Ah, sorry about that. Thanks for correcting it.




-- 
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.

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