huangzhir commented on code in PR #4643:
URL: https://github.com/apache/kyuubi/pull/4643#discussion_r1154520971
##########
extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/ranger/RangerSparkExtensionSuite.scala:
##########
@@ -388,6 +389,19 @@ abstract class RangerSparkExtensionSuite extends
AnyFunSuite
assert(sql(s"SELECT value1 FROM $db.${table}2").collect() ===
Seq(Row(DigestUtils.md5Hex("1"))))
})
+
+ doAs(
+ "admin",
+ sql(
+ s"INSERT INTO $db.$table SELECT 10, 1, 'hello', " +
+ s"'\u6d4b\u8bd5\u4e2d\u6587\u524d\u56db\u4e2aabcABC', " +
Review Comment:
This is because of Scala code style checks, which do not allow Chinese
characters. Using Chinese characters may cause code style check errors, even
though the code can still run.

--
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]