wForget commented on code in PR #4916: URL: https://github.com/apache/kyuubi/pull/4916#discussion_r1356756619
########## extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/ranger/IcebergCatalogRangerSparkExtensionSuite.scala: ########## @@ -47,6 +47,8 @@ class IcebergCatalogRangerSparkExtensionSuite extends RangerSparkExtensionSuite val namespace1 = icebergNamespace val table1 = "table1" val outputTable1 = "outputTable1" + val bobNamespace= "default_bob" + val bobSelectTable = "table_select_bob_1" Review Comment: Query permission is required when using ReplaceData to execute `DELETE/UPDATE/MERGEINTO` in spark 3.5. So I created a new `default_bob.table_select_bob_1` table. For bob, it only has select permissions but no update permissions. -- 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]
