We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d472e commit 60dfd33Copy full SHA for 60dfd33
kyuubi-server/src/test/scala/org/apache/kyuubi/operation/KyuubiOperationPerGroupSuite.scala
@@ -68,6 +68,7 @@ class KyuubiOperationPerGroupSuite extends WithKyuubiServer with SparkQueryTests
68
}
69
70
test("kyuubi defined function - system_user/session_user") {
71
+ assume(SPARK_ENGINE_RUNTIME_VERSION < "4.2")
72
withSessionConf(Map("hive.server2.proxy.user" -> "user1"))(Map.empty)(Map.empty) {
73
withJdbcStatement() { statement =>
74
val res = statement.executeQuery("select system_user() as c1, session_user() as c2")
0 commit comments