danny0405 commented on code in PR #7886:
URL: https://github.com/apache/hudi/pull/7886#discussion_r1105601355


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java:
##########
@@ -614,6 +614,14 @@ public class HoodieWriteConfig extends HoodieConfig {
       .withDocumentation("Whether to enable commit conflict checking or not 
during early "
           + "conflict detection.");
 
+  public static final ConfigProperty<Boolean> WRITE_BULK_INSERT_UTC_TIMEZONE = 
ConfigProperty
+      .key("hoodie.bulk_insert.write.utc-timezone")
+      .defaultValue(false)
+      .sinceVersion("0.14.0")
+      .withDocumentation("Whether to use UTC timezone to the conversion 
between epoch for bulk insert tasks.\n"
+          + "By default false use local timezone  ");
+

Review Comment:
   We shoud add this in `HoodieWriteConfig`, this is a Flink specific config 
option.



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