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


##########
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:
   Many widely used projects have abandoned Java 8, we must follow that to 
escalate our supported JDK baseline if the CVE is a real matter



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