codope commented on code in PR #9794:
URL: https://github.com/apache/hudi/pull/9794#discussion_r2012082264
##########
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:
This is to check for someone upgrading from a version when there was no
default.
--
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]