jerqi commented on code in PR #6117:
URL: https://github.com/apache/gravitino/pull/6117#discussion_r1904128782
##########
clients/client-java/src/test/java/org/apache/gravitino/client/integration/test/authorization/AccessControlIT.java:
##########
@@ -489,7 +489,18 @@ void testManageRolePermissions() {
metalake.grantPrivilegesToRole(
roleName,
duplicatedCatalog,
- Lists.newArrayList(Privileges.SelectTable.allow(),
Privileges.SelectTable.deny())));
+ Lists.newArrayList(Privileges.ReadFileset.allow(),
Privileges.ReadFileset.deny())));
Review Comment:
I modified the implement of server. If we want to change the client side, we
should deprecate the API and add new API.
--
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]