xushiyan commented on a change in pull request #4680:
URL: https://github.com/apache/hudi/pull/4680#discussion_r794077113



##########
File path: hudi-cli/src/main/java/org/apache/hudi/cli/commands/SparkMain.java
##########
@@ -458,7 +458,7 @@ protected static int 
upgradeOrDowngradeTable(JavaSparkContext jsc, String basePa
             
.setLoadActiveTimelineOnLoad(false).setConsistencyGuardConfig(config.getConsistencyGuardConfig())
             .setLayoutVersion(Option.of(new 
TimelineLayoutVersion(config.getTimelineLayoutVersion()))).build();
     try {
-      new UpgradeDowngrade(metaClient, config, new 
HoodieSparkEngineContext(jsc), SparkUpgradeDowngradeHelper.getInstance())
+      new Versioner(metaClient, config, new HoodieSparkEngineContext(jsc), 
SparkUpgradeDowngradeHelper.getInstance())

Review comment:
       Reverted




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