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
### What changes were proposed in this pull request?
Fix the error privileges.
### Why are the changes needed?
Fix: apache#6695
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Add UT.
Copy file name to clipboardExpand all lines: authorizations/authorization-common/src/main/java/org/apache/gravitino/authorization/common/PathBasedMetadataObject.java
Copy file name to clipboardExpand all lines: authorizations/authorization-common/src/main/java/org/apache/gravitino/authorization/common/PathBasedSecurableObject.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,9 @@ public PathBasedSecurableObject(
Copy file name to clipboardExpand all lines: authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerAuthorizationHDFSPlugin.java
Copy file name to clipboardExpand all lines: authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerAuthorizationHadoopSQLPlugin.java
+9-26Lines changed: 9 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -396,23 +396,24 @@ protected RangerPolicy createPolicyAddResources(AuthorizationMetadataObject meta
Copy file name to clipboardExpand all lines: authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerAuthorizationPlugin.java
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1028,10 +1028,7 @@ public void close() throws IOException {}
0 commit comments