kou commented on code in PR #40110:
URL: https://github.com/apache/arrow/pull/40110#discussion_r1501759254


##########
cpp/src/arrow/filesystem/s3fs.cc:
##########
@@ -2979,6 +2980,7 @@ struct AwsInstance {
   Aws::SDKOptions aws_options_;
   std::atomic<bool> is_initialized_;

Review Comment:
   Can we remove `std::atomic<>`?
   
   ```suggestion
     bool is_initialized_;
   ```



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