vinothchandar commented on code in PR #11866:
URL: https://github.com/apache/hudi/pull/11866#discussion_r1769582986
##########
hudi-cli/src/main/java/org/apache/hudi/cli/commands/UpgradeOrDowngradeCommand.java:
##########
@@ -89,7 +89,7 @@ static String getHoodieTableVersionName(String versionOption,
boolean overrideWi
try {
int versionCode = Integer.parseInt(versionOption);
- return HoodieTableVersion.versionFromCode(versionCode).name();
+ return HoodieTableVersion.fromVersionCode(versionCode).name();
Review Comment:
Decided to take a more holisitic look at this using
[HUDI-8227](https://issues.apache.org/jira/browse/HUDI-8227)
--
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]