dongjoon-hyun commented on code in PR #38504:
URL: https://github.com/apache/spark/pull/38504#discussion_r1013443220
##########
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveSerDeReadWriteSuite.scala:
##########
@@ -226,7 +226,8 @@ class HiveSerDeReadWriteSuite extends QueryTest with
SQLTestUtils with TestHiveS
}
}
- test("SPARK-40815: DelegateSymlinkTextInputFormat serialization") {
+ // Ignored due to JDK 11 failures reported in
https://github.com/apache/spark/pull/38277.
+ ignore("SPARK-40815: DelegateSymlinkTextInputFormat serialization") {
Review Comment:
Instead of this, the following will help us keep our test coverage in `Java
8` CI.
```
SystemUtils.isJavaVersionAtLeast(JavaVersion.JAVA_9)
```
--
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]