sadikovi commented on code in PR #38504: URL: https://github.com/apache/spark/pull/38504#discussion_r1013444207
########## 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: Oh, I see. So I can keep the test enabled but it would be ignored with `assume` in JDK 11 and JDK 17? -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org