zhujt20 commented on code in PR #213:
URL: https://github.com/apache/tsfile/pull/213#discussion_r1733044110


##########
java/tsfile/src/main/java/org/apache/tsfile/common/conf/TSFileConfig.java:
##########
@@ -215,6 +228,58 @@ public TSFileConfig() {
     // do nothing because we already give default value to each field when 
they are being declared
   }
 
+  public boolean getEncryptFlag() {
+    return Objects.equals(this.encryptFlag, "true");
+  }
+
+  public void setEncryptFlag(String encryptFlag) {
+    this.encryptFlag = encryptFlag;
+  }

Review Comment:
   ok



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