yaooqinn commented on code in PR #3419:
URL: https://github.com/apache/incubator-kyuubi/pull/3419#discussion_r963432370


##########
extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/ranger/RangerSparkExtensionSuite.scala:
##########
@@ -505,27 +505,23 @@ class HiveCatalogRangerSparkExtensionSuite extends 
RangerSparkExtensionSuite {
   }
 
   test("[KYUUBI #3343] pass temporary view creation") {
-    val table = "hive_src"
     val tempView = "temp_view"
     val globalTempView = "global_temp_view"
+    doAs("user_w/o_permission", sql(s"CREATE TEMPORARY VIEW $tempView AS 
select * from values(1)"))

Review Comment:
   let's use alphabet only for usernames to avoid surprises?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to