jerryshao commented on code in PR #6978:
URL: https://github.com/apache/gravitino/pull/6978#discussion_r2057376684


##########
core/src/main/java/org/apache/gravitino/catalog/SchemaOperationDispatcher.java:
##########
@@ -336,6 +337,15 @@ public boolean dropSchema(NameIdentifier ident, boolean 
cascade) throws NonEmpty
             store.delete(ident, SCHEMA, cascade);

Review Comment:
   It's fine. Besides, we can add the warning log in the storage layer, this 
can also notify the users.



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