wForget commented on code in PR #7081: URL: https://github.com/apache/kyuubi/pull/7081#discussion_r2128389492
########## extensions/spark/kyuubi-spark-authz/src/main/scala/org/apache/kyuubi/plugin/spark/authz/rule/RuleHelper.scala: ########## @@ -47,6 +47,6 @@ trait RuleHelper extends Rule[LogicalPlan] { plan.withNewChildren(newChildren) } - def ugi: UserGroupInformation = AuthZUtils.getAuthzUgi(spark.sparkContext) Review Comment: This change may affect test cases: https://github.com/apache/kyuubi/blob/cad5a392f3195d8f3b16c293a11ac54c2f090871/extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/ranger/IcebergCatalogRangerSparkExtensionSuite.scala#L68-L87 @pan3793 Is it possible to have multiple ugi in the spark engine? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For additional commands, e-mail: notifications-h...@kyuubi.apache.org