jerqi commented on code in PR #9585: URL: https://github.com/apache/gravitino/pull/9585#discussion_r2667356797
########## 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: I modified the AuthorizationExpression. Could u take a look again? -- 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]
