justinmclean commented on code in PR #5907:
URL: https://github.com/apache/gravitino/pull/5907#discussion_r1890773060


##########
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:
   Please don't use abbreviations like "plz". This error message is also a bit 
unclear e.g. how can a user disable it? What does disabling it mean?



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