jerqi commented on code in PR #6575: URL: https://github.com/apache/gravitino/pull/6575#discussion_r1977420196
########## authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerAuthorizationHDFSPlugin.java: ########## @@ -679,4 +680,57 @@ public Boolean onMetadataUpdated(MetadataObjectChange... changes) throws Runtime } return Boolean.TRUE; } + + @Override + protected String getServiceType() { + return "hdfs"; Review Comment: I will put these constants to one place to manage them -- 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