codope commented on code in PR #9794:
URL: https://github.com/apache/hudi/pull/9794#discussion_r2005600351
##########
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:
The main issue was that `HoodieInstantTimeGenerator` did not set
`commitTimeZone` as per the table config. In this patch, we are now ensuring
that it gets set as per the table config right when we are building meta client.
--
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]