codope commented on code in PR #9794:
URL: https://github.com/apache/hudi/pull/9794#discussion_r2013395953


##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java:
##########
@@ -1471,6 +1473,7 @@ public Properties build() {
       }
       if (null != commitTimeZone) {
         tableConfig.setValue(HoodieTableConfig.TIMELINE_TIMEZONE, 
commitTimeZone.toString());
+        HoodieInstantTimeGenerator.setCommitTimeZone(commitTimeZone);

Review Comment:
   That's the intention. So the timezone is only being set in HoodieTableConfig 
and HoodieTableMetaClient. Nowhere in the write clients/table servce client we 
are setting the timezone.



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