jorisvandenbossche commented on code in PR #40143:
URL: https://github.com/apache/arrow/pull/40143#discussion_r1504185148
##########
python/pyarrow/tests/test_dataset.py:
##########
@@ -2725,6 +2725,16 @@ def test_open_dataset_from_uri_s3(s3_example_simple,
dataset_reader):
assert dataset_reader.to_table(dataset).equals(table)
[email protected]
[email protected]
+def test_dataset_from_fileinfos(s3_example_simple, dataset_reader):
Review Comment:
```suggestion
def test_open_dataset_from_fileinfos(s3_example_simple, dataset_reader):
```
(just to keep the naming consistent with the surrounding functions)
##########
python/pyarrow/tests/conftest.py:
##########
@@ -221,7 +221,7 @@ def minio_server_health_check(address):
yield {
'connection': s3_connection,
'process': proc,
- 'tempdir': tmpdir
+ 'tempdir': tmpdir,
Review Comment:
```suggestion
'tempdir': tmpdir
```
--
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]