dengzhhu653 commented on code in PR #6284:
URL: https://github.com/apache/hive/pull/6284#discussion_r2762595169
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/handler/DropDatabaseHandler.java:
##########
@@ -271,6 +254,27 @@ private void checkFuncPathToCm() {
result.setFunctionCmPaths(funcNeedCmPaths);
}
+ private void validateCascadeDrop(List<String> tableNames) throws
InvalidOperationException {
Review Comment:
we don't need it, they are the global variables in this handler
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]