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


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -275,7 +275,7 @@ private FlinkOptions() {
   public static final ConfigOption<Boolean> UTC_TIMEZONE = ConfigOptions
       .key("read.utc-timezone")
       .booleanType()
-      .defaultValue(true)
+      .defaultValue(false)
       .withDescription("Use UTC timezone or local timezone to the conversion 
between epoch"
           + " time and LocalDateTime. Hive 0.x/1.x/2.x use local timezone. But 
Hive 3.x"
           + " use UTC timezone, by default true");

Review Comment:
   If change the default value, should change the description accordingly to 
"by default false" or just remove it?



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