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


##########
java/tsfile/src/main/java/org/apache/tsfile/write/TsFileWriter.java:
##########
@@ -69,6 +72,16 @@ public class TsFileWriter implements AutoCloseable {
   /** IO writer of this TsFile. */
   private final TsFileIOWriter fileWriter;
 
+  private String encryptLevel;
+
+  private String encryptType;
+
+  private byte[] encryptKey;
+
+  private byte[] dataEncryptKey;

Review Comment:
   actually now only encryptor is used. Other fields can be removed from class 
members.



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