nsivabalan commented on code in PR #12926:
URL: https://github.com/apache/hudi/pull/12926#discussion_r1997922305


##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java:
##########
@@ -1321,6 +1321,9 @@ public TableBuilder fromProperties(Properties properties) 
{
       if (hoodieConfig.contains(HoodieTableConfig.RECORDKEY_FIELDS)) {
         
setRecordKeyFields(hoodieConfig.getString(HoodieTableConfig.RECORDKEY_FIELDS));
       }
+      if (hoodieConfig.contains(HoodieTableConfig.TIMELINE_TIMEZONE)) {
+        
setCommitTimezone(HoodieTimelineTimeZone.valueOf(hoodieConfig.getStringOrDefault(HoodieTableConfig.TIMELINE_TIMEZONE)));

Review Comment:
   Sagar has another PR towards this. I just did not want to increase the scope 
for now. will ask @codope to take up the default flip. 



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