lokeshj1703 commented on code in PR #11638:
URL: https://github.com/apache/hudi/pull/11638#discussion_r1696792258


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/upgrade/SixToSevenUpgradeHandler.java:
##########
@@ -37,6 +40,12 @@ public class SixToSevenUpgradeHandler implements 
UpgradeHandler {
   public Map<ConfigProperty, String> upgrade(HoodieWriteConfig config, 
HoodieEngineContext context,
                                              String instantTime,
                                              SupportsUpgradeDowngrade 
upgradeDowngradeHelper) {
+    HoodieTableConfig tableConfig = upgradeDowngradeHelper.getTable(config, 
context).getMetaClient().getTableConfig();

Review Comment:
   Added this for 7 <-> 8 version change. Removed it from 6 <-> 7. Since the 
change is only available in version 8.



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