yihua commented on code in PR #9794:
URL: https://github.com/apache/hudi/pull/9794#discussion_r1999393981
##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java:
##########
@@ -229,7 +229,7 @@ public class HoodieTableConfig extends HoodieConfig {
public static final ConfigProperty<HoodieTimelineTimeZone> TIMELINE_TIMEZONE
= ConfigProperty
.key("hoodie.table.timeline.timezone")
- .defaultValue(HoodieTimelineTimeZone.LOCAL)
+ .defaultValue(HoodieTimelineTimeZone.UTC)
Review Comment:
Consider always setting the timezone in the table config if we're flipping
the default.
--
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]