justinmclean opened a new issue, #8014:
URL: https://github.com/apache/gravitino/issues/8014

   ### What would you like to be improved?
   
   In 
server/src/main/java/org/apache/gravitino/server/web/rest/MetalakeOperations.java
 in setMetalake  this code specifies the wrong operation:
   ```
    return ExceptionHandlers.handleMetalakeException(OperationType.LOAD, 
metalakeName, e);
   ```
   
   ### How should we improve?
   
   Change to use  OperationType.ENABLE  or OperationType.DISABLE as needed.


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