saihemanth-cloudera commented on code in PR #6284:
URL: https://github.com/apache/hive/pull/6284#discussion_r2762471417
##########
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:
You would need to pass functions, procedures, and packages as arguments to
this method.
--
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]