nsivabalan commented on code in PR #9794:
URL: https://github.com/apache/hudi/pull/9794#discussion_r2014608281
##########
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:
I am referring to L1322 adn 1476
--
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]