gitmodimo commented on code in PR #47129:
URL: https://github.com/apache/arrow/pull/47129#discussion_r2230329156
##########
cpp/src/arrow/dataset/dataset_writer_test.cc:
##########
@@ -275,6 +276,38 @@ TEST_F(DatasetWriterTestFixture,
BatchGreaterThanMaxRowsQueued) {
ASSERT_EQ(paused_, false);
}
+TEST_F(DatasetWriterTestFixture, BatchWriteConcurrent) {
Review Comment:
On my machine 3s. It falls into longer category but not the longest overall.
```
[ RUN ] DatasetWriterTestFixture.BatchWriteConcurrent
[ OK ] DatasetWriterTestFixture.BatchWriteConcurrent (2846 ms)
```
--
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]