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
Copy file name to clipboardExpand all lines: extensions/spark/kyuubi-spark-authz/src/main/scala/org/apache/kyuubi/plugin/spark/authz/ranger/RuleFunctionAuthorization.scala
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -50,12 +50,7 @@ case class RuleFunctionAuthorization(spark: SparkSession) extends (LogicalPlan =
Copy file name to clipboardExpand all lines: extensions/spark/kyuubi-spark-authz/src/test/gen/scala/org/apache/kyuubi/plugin/spark/authz/gen/PolicyJsonFileGenerator.scala
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,7 @@ class PolicyJsonFileGenerator extends AnyFunSuite {
110
110
policyAccessForPermViewAccessOnly,
111
111
policyAccessForTable2AccessOnly,
112
112
policyAccessForPaimonNsTable1SelectOnly,
113
+
policyAccessForDefaultDbUDF,
113
114
// row filter
114
115
policyFilterForSrcTableKeyLessThan20,
115
116
policyFilterForPermViewKeyLessThan20,
@@ -371,4 +372,20 @@ class PolicyJsonFileGenerator extends AnyFunSuite {
Copy file name to clipboardExpand all lines: extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/FunctionPrivilegesBuilderSuite.scala
0 commit comments