zanmato1984 commented on code in PR #47129:
URL: https://github.com/apache/arrow/pull/47129#discussion_r2241396187
##########
cpp/src/arrow/dataset/dataset_writer_test.cc:
##########
@@ -275,6 +276,41 @@ TEST_F(DatasetWriterTestFixture,
BatchGreaterThanMaxRowsQueued) {
ASSERT_EQ(paused_, false);
}
+TEST_F(DatasetWriterTestFixture, BatchWriteConcurrent) {
Review Comment:
Just out of curiosity, I think our `Future` is thread safe so the issue
wouldn't be flagged by TSAN. In other words, it's more of a "logical race"
rather than a textbook data race? Could you confirm that?
--
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]