You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/05/31 13:35:21 UTC

[GitHub] [hudi] loukey-lj commented on a change in pull request #2994: [HUDI-1931] BucketAssignFunction use wrong state

loukey-lj commented on a change in pull request #2994:
URL: https://github.com/apache/hudi/pull/2994#discussion_r642494010



##########
File path: hudi-flink/src/main/java/org/apache/hudi/sink/partitioner/BucketAssignFunction.java
##########
@@ -125,12 +126,18 @@
    */
   private final boolean globalIndex;
 
+  private final double ttlTime;
+
+  private final SimpleDateFormat instantDateFormat;

Review comment:
       SimpleDateFormat not thread safe




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org