jerqi commented on code in PR #6575: URL: https://github.com/apache/gravitino/pull/6575#discussion_r1977417628
########## authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerAuthorizationPlugin.java: ########## @@ -935,8 +971,19 @@ protected void removePolicyByMetadataObject(AuthorizationMetadataObject authzMet } } + protected abstract String getServiceType(); + + protected abstract Map<String, String> getServiceConfigs(Map<String, String> config); + @Override - public void close() throws IOException {} + public void close() throws IOException { Review Comment: When we dropCatalog, this method will be invoked. -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org