FANNG1 commented on code in PR #7567: URL: https://github.com/apache/gravitino/pull/7567#discussion_r2203732212
########## iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/rest/IcebergTableOperations.java: ########## @@ -114,6 +116,12 @@ public Response listTable( @Produces(MediaType.APPLICATION_JSON) @Timed(name = "create-table." + MetricNames.HTTP_PROCESS_DURATION, absolute = true) @ResponseMetered(name = "create-table", absolute = true) + @AuthorizationExpression( Review Comment: Could you keep the `AuthorizationExpression` the same with the ones in Gravitino table operations? -- 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]
