turboFei commented on code in PR #7166:
URL: https://github.com/apache/kyuubi/pull/7166#discussion_r2259104433


##########
externals/kyuubi-spark-sql-engine/src/test/scala/org/apache/kyuubi/engine/spark/operation/SparkArrowbasedOperationSuite.scala:
##########
@@ -60,6 +61,8 @@ class SparkArrowbasedOperationSuite extends 
WithSparkSQLEngine with SparkDataTyp
   override def resultFormat: String = "arrow"
 
   override def beforeEach(): Unit = {
+    assume(SystemUtils.isJavaVersionAtLeast(JavaVersion.JAVA_11), "Test 
requires Java 11 or later")

Review Comment:
   arrow is experimental in kyuubi, I think it is fine to only have testing on 
JDK17



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

Reply via email to