You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#6011] fix(authz): MODIFY_TABLE should contain the select table privilege (#6620)
### What changes were proposed in this pull request?
`MODIFY_TABLE` should contain the select table privilege
### Why are the changes needed?
More proper semantics
Fix: #6011
### Does this PR introduce _any_ user-facing change?
Correct the document.
### How was this patch tested?
Modify the UT.
Copy file name to clipboardexpand all lines: authorizations/authorization-chain/src/test/java/org/apache/gravitino/authorization/chain/integration/test/TestChainedAuthorizationIT.java
Copy file name to clipboardexpand all lines: authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerAuthorizationHadoopSQLPlugin.java
+2
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,8 @@ public Map<Privilege.Name, Set<AuthorizationPrivilege>> privilegesMappingRule()
Copy file name to clipboardexpand all lines: authorizations/authorization-ranger/src/test/java/org/apache/gravitino/authorization/ranger/integration/test/RangerBaseE2EIT.java
Copy file name to clipboardexpand all lines: authorizations/authorization-ranger/src/test/java/org/apache/gravitino/authorization/ranger/integration/test/RangerHiveE2EIT.java
Copy file name to clipboardexpand all lines: authorizations/authorization-ranger/src/test/java/org/apache/gravitino/authorization/ranger/integration/test/RangerIcebergE2EIT.java
Copy file name to clipboardexpand all lines: authorizations/authorization-ranger/src/test/java/org/apache/gravitino/authorization/ranger/integration/test/RangerPaimonE2EIT.java
0 commit comments