jerqi commented on code in PR #7062:
URL: https://github.com/apache/gravitino/pull/7062#discussion_r2061973950
##########
server-common/src/main/java/org/apache/gravitino/server/authorization/GravitinoAuthorizerProvider.java:
##########
@@ -51,11 +51,11 @@ public void initialize(ServerConfig serverConfig) {
gravitinoAuthorizer = new IgnoreAuthorizer();
}
}
+ if (gravitinoAuthorizer != null) {
Review Comment:
Why do we need to judge whether the value is null?
--
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]