pitrou commented on code in PR #46139:
URL: https://github.com/apache/arrow/pull/46139#discussion_r2086999005


##########
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:
   Does this need to be `std::atomic<bool>`?



-- 
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]

Reply via email to