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
[#5750] improvement(auth): Add metalake name in the authorization plugin (#5751)
### What changes were proposed in this pull request?
Add metalake name variable in the `BaseAuthorization::newPlugin()`
params.
### Why are the changes needed?
Fix: #5750
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
Add ITs.
Copy file name to clipboardexpand all lines: authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerAuthorization.java
Copy file name to clipboardexpand all lines: authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerAuthorizationHadoopSQLPlugin.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -49,16 +49,16 @@ public class RangerAuthorizationHadoopSQLPlugin extends RangerAuthorizationPlugi
Copy file name to clipboardexpand all lines: authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerAuthorizationPlugin.java
+19-8
Original file line number
Diff line number
Diff line change
@@ -80,12 +80,14 @@ public abstract class RangerAuthorizationPlugin
Copy file name to clipboardexpand all lines: authorizations/authorization-ranger/src/test/java/org/apache/gravitino/authorization/ranger/integration/test/RangerHiveIT.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -697,9 +697,8 @@ public void testMetadataObjectChangeRenameMetalake() {
Copy file name to clipboardexpand all lines: authorizations/authorization-ranger/src/test/java/org/apache/gravitino/authorization/ranger/integration/test/RangerITEnv.java
0 commit comments