You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/11/03 22:15:20 UTC

[GitHub] [spark] sadikovi commented on a diff in pull request #38504: [SPARK-40815][SQL][FOLLOW-UP] Disable DelegateSymlinkTextInputSplit feature and ignore the test

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-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org