jorisvandenbossche commented on a change in pull request #10104:
URL: https://github.com/apache/arrow/pull/10104#discussion_r629210111
##########
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, it seems you moved a different test (one for the `pyarrow.dataset`
API), and I meant to move the above one. I quickly pushed a commit moving the
test that I had in mind.
--
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:
[email protected]