jerqi commented on code in PR #9585: URL: https://github.com/apache/gravitino/pull/9585#discussion_r2652991582
########## server/src/main/java/org/apache/gravitino/server/web/rest/TableOperations.java: ########## @@ -164,14 +165,17 @@ public Response createTable( @Timed(name = "load-table." + MetricNames.HTTP_PROCESS_DURATION, absolute = true) @ResponseMetered(name = "load-table", absolute = true) @AuthorizationExpression( - expression = AuthorizationExpressionConstants.loadTableAuthorizationExpression, + expression = AuthorizationExpressionConstants.LOAD_TABLE_AUTHORIZATION_EXPRESSION, Review Comment: If privileges is null, we will still use the expression. So I think we should keep this expresssion. -- 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]
