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


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/upgrade/UpgradeDowngradeUtils.java:
##########
@@ -211,4 +211,11 @@ static void rollbackFailedWritesAndCompact(HoodieTable 
table, HoodieEngineContex
       throw new HoodieException(e);
     }
   }
+
+  static String getTimelineTimezone(HoodieTableConfig tableConfig) {
+    if (tableConfig.getTimelineTimezone() != null) {

Review Comment:
   you're right.. upgrade is a step function and even when someone is upgrading 
from much older version they will go through each version step by step. I think 
this is not needed. I will remove it.



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