bowenliang123 commented on code in PR #5143: URL: https://github.com/apache/kyuubi/pull/5143#discussion_r1295995932
########## extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/FunctionPrivilegesBuilderSuite.scala: ########## @@ -59,7 +63,7 @@ abstract class FunctionPrivilegesBuilderSuite extends AnyFunSuite } protected val reusedDb: String = getClass.getSimpleName - protected val reusedDb2: String = getClass.getSimpleName + "2" + protected val reusedDb2: String = getClass.getSimpleName + "_2" Review Comment: Then you may use `OBJECT_NAME_SEPARATOR` for assembling this. -- 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]
