justinmclean opened a new issue, #5826: URL: https://github.com/apache/gravitino/issues/5826
### What would you like to be improved? Looks like there has been some code changes around metalake being in use that make it difficult to drop a metalake. If you create a metalake called `my_metalake` and run this command `gcli metalake delete --metalake my_metalake` you get an exception. The exection info is misleading `Failed to operate metalake(s) [my_metalake] operation [DROP], reason [Metalake my_metalake is in use, please disable it first or use force option]` `gcli metalake delete --metalake my_metalake --force` gives the same error. ### How should we improve? Look into code changes and come up with a way to fix this, and also possibly fix the misleading exception text. -- 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: commits-unsubscr...@gravitino.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org