jorisvandenbossche commented on code in PR #13033:
URL: https://github.com/apache/arrow/pull/13033#discussion_r863751515
##########
python/pyarrow/tests/test_dataset.py:
##########
@@ -2582,6 +2600,38 @@ def test_open_dataset_from_fsspec(tempdir):
assert dataset.schema.equals(table.schema)
[email protected]
[email protected]
+def test_file_format_inspect_fsspec(s3_filesystem):
+ # https://issues.apache.org/jira/browse/ARROW-16413
Review Comment:
That's something I tried before, and apparently that isn't sufficient to
trigger it (I was expecting that just needing to call into python would be
sufficient)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]