gitmodimo commented on code in PR #46139:
URL: https://github.com/apache/arrow/pull/46139#discussion_r2087065754
##########
cpp/src/arrow/dataset/dataset_writer_test.cc:
##########
@@ -231,6 +232,7 @@ class DatasetWriterTestFixture : public testing::Test {
util::AsyncTaskScheduler* scheduler_;
Future<> scheduler_finished_;
FileSystemDatasetWriteOptions write_options_;
+ bool paused_{false};
Review Comment:
[This](https://github.com/apache/arrow/blob/6ab37ddeb8ac08db95972350bc2f9f7c4be4ce34/cpp/src/arrow/dataset/dataset_writer.cc#L567-L571)
has led me to believe that there is no need for atomic.
--
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]