dongjoon-hyun commented on code in PR #45266:
URL: https://github.com/apache/spark/pull/45266#discussion_r1503708211


##########
core/src/test/scala/org/apache/spark/ShuffleSuite.scala:
##########
@@ -483,6 +483,17 @@ abstract class ShuffleSuite extends SparkFunSuite with 
Matchers with LocalRootDi
     }
     assert(e.getMessage.contains("corrupted due to DISK_ISSUE"))
   }
+
+  test("SPARK-39771: warn when shuffle block number is too large") {
+    sc = new SparkContext("local", "test", conf)
+    val logAppender = new LogAppender("deprecated Avro option 
'ignoreExtension'")

Review Comment:
   `"deprecated Avro option 'ignoreExtension'"` seems to be wrong to me. Is 
this intentional, @y-wei ?



-- 
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

Reply via email to