Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
jerqi committed Nov 8, 2024
1 parent 75aa451 commit f12b222
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,8 @@ void testCreateAllPrivilegesRole() throws InterruptedException {
Privileges.ModifyTable.allow(),
Privileges.ManageUsers.allow(),
Privileges.ManageGroups.allow(),
Privileges.CreateRole.allow()));
Privileges.CreateRole.allow(),
Privileges.ManageGrants.allow()));
metalake.createRole(roleName, Collections.emptyMap(), Lists.newArrayList(securableObject));

// Granted this role to the spark execution user `HADOOP_USER_NAME`
Expand Down

0 comments on commit f12b222

Please sign in to comment.