Abyss-lord commented on code in PR #5907:
URL: https://github.com/apache/gravitino/pull/5907#discussion_r1891048468
##########
clients/cli/src/main/java/org/apache/gravitino/cli/commands/DeleteMetalake.java:
##########
@@ -57,6 +58,8 @@ public void handle() {
} catch (NoSuchMetalakeException err) {
System.err.println(ErrorMessages.UNKNOWN_METALAKE);
return;
+ } catch (MetalakeInUseException inUseException) {
+ System.err.println(metalake + " in use, plz disable it.");
Review Comment:
thank you, @justinmclean plz fix it again.
--
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]