dongjoon-hyun commented on a change in pull request #25414:
[SPARK-28688][SQL][TEST] Skip test `read hive materialized view` since Hive 3.0
in VersionsSuite.scala on JDK 11
URL: https://github.com/apache/spark/pull/25414#discussion_r312840804
##########
File path:
sql/hive/src/test/scala/org/apache/spark/sql/hive/client/VersionsSuite.scala
##########
@@ -620,6 +620,8 @@ class VersionsSuite extends SparkFunSuite with Logging {
test(s"$version: sql read hive materialized view") {
// HIVE-14249 Since Hive 2.3.0, materialized view is supported.
if (version == "2.3" || version == "3.0" || version == "3.1") {
+ // Since Hive 3.0(HIVE-19383), client.runSqlHive is not supported on
JDK 11.
+ assume(!(SystemUtils.isJavaVersionAtLeast(JavaVersion.JAVA_9) &&
version != "2.3"))
Review comment:
~Since it's a comment issue, I'll update that during merging, @wangyum .~
----------------------------------------------------------------
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]