waitingF commented on code in PR #9937:
URL: https://github.com/apache/hudi/pull/9937#discussion_r1375709074
##########
hudi-cli/src/main/java/org/apache/hudi/cli/commands/TableCommand.java:
##########
@@ -229,6 +233,55 @@ public String deleteTableConfig(
return renderOldNewProps(newProps, oldProps);
}
+ @ShellMethod(key = "table change-table-type", value = "Change hudi table
type, COW_TO_MOR or MOR_TO_COW.")
+ public String changeTableType(
+ @ShellOption(value = {"--type"},
+ help = "COW_TO_MOR or MOR_TO_COW stands for changing table from COW
to MOR or from MOR to COW respectively.") final String changeType) {
Review Comment:
Nice advice, will adjust
--
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]