bkietz commented on a change in pull request #8305:
URL: https://github.com/apache/arrow/pull/8305#discussion_r502511455
##########
File path: python/pyarrow/tests/test_dataset.py
##########
@@ -2258,11 +2254,6 @@ def test_write_dataset_use_threads(tempdir):
use_threads=False
)
- # check that all files are the same in both cases
- paths1 = [p.relative_to(target1) for p in target1.rglob("*")]
- paths2 = [p.relative_to(target2) for p in target2.rglob("*")]
- assert set(paths1) == set(paths2)
Review comment:
It no longer holds consistently; the auto incremented `{i}` doesn't
necessarily round trip
----------------------------------------------------------------
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]