Skip to content

Commit 60dfd33

Browse files
committed
skip testing system_user/session_user with group mode on spark 4.2+
1 parent c3d472e commit 60dfd33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kyuubi-server/src/test/scala/org/apache/kyuubi/operation/KyuubiOperationPerGroupSuite.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ class KyuubiOperationPerGroupSuite extends WithKyuubiServer with SparkQueryTests
6868
}
6969

7070
test("kyuubi defined function - system_user/session_user") {
71+
assume(SPARK_ENGINE_RUNTIME_VERSION < "4.2")
7172
withSessionConf(Map("hive.server2.proxy.user" -> "user1"))(Map.empty)(Map.empty) {
7273
withJdbcStatement() { statement =>
7374
val res = statement.executeQuery("select system_user() as c1, session_user() as c2")

0 commit comments

Comments
 (0)