mapleFU commented on code in PR #39623:
URL: https://github.com/apache/arrow/pull/39623#discussion_r1454584992


##########
cpp/src/parquet/encryption/internal_file_decryptor.h:
##########
@@ -88,11 +89,10 @@ class InternalFileDecryptor {
       const std::string& aad = "");
 
  private:
+  std::mutex mutex_;

Review Comment:
   I think the `mutex_` would better be `mutable`. and variable using it would 
better adding a `GUARDED_BY` comment



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