dongjoon-hyun commented on a change in pull request #25426: 
[SPARK-28703][SQL][TEST] Skip test HiveExternalCatalogVersionsSuite and skip 3 
tests in HiveSparkSubmitSuite when testing with JAVA_9 or later
URL: https://github.com/apache/spark/pull/25426#discussion_r313203402
 
 

 ##########
 File path: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveSparkSubmitSuite.scala
 ##########
 @@ -163,6 +165,7 @@ class HiveSparkSubmitSuite
   }
 
   test("SPARK-9757 Persist Parquet relation with decimal column") {
+    assume(!SystemUtils.isJavaVersionAtLeast(JavaVersion.JAVA_9))
 
 Review comment:
   We don't have `spark.sql.hive.metastore.version=0.12` in this test case. 
Could you add more explanation about this into the PR description? 
   > spark.sql.hive.metastore.version of these tests is lower than 2.0

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to