justinmclean opened a new issue, #10628: URL: https://github.com/apache/gravitino/issues/10628
### What would you like to be improved? The REST DELETE path for functions logs a successful drop even when dispatcher.dropFunction(ident) returns false. In FunctionOperations.java (line 245), the code correctly detects the non-delete case and emits a warning and then unconditionally logs "Function dropped". ### How should we improve? Only emit the success log when dropped is true. -- 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]
