EnricoMi commented on code in PR #44470: URL: https://github.com/apache/arrow/pull/44470#discussion_r2081386107
########## python/pyarrow/tests/test_dataset.py: ########## @@ -4591,6 +4591,22 @@ def file_visitor(written_file): assert result1.to_table().equals(result2.to_table()) +@pytest.mark.parquet +@pytest.mark.pandas +def test_write_dataset_use_threads_preserve_order(tempdir): Review Comment: Added test code from issue description. The test fails with `preserve_order=False`. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org