jorisvandenbossche commented on code in PR #13033:
URL: https://github.com/apache/arrow/pull/13033#discussion_r863711082
##########
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 actually also the reason that our nightly integration tests with dask
didn't catch this, because we only were running the main parquet tests that
didn't use S3 but only a local filesystem
--
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]