sadikovi commented on code in PR #45266:
URL: https://github.com/apache/spark/pull/45266#discussion_r1504970768


##########
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:
   Haha 😄. I also missed it, I was so focused on the assertion message that 
completely overlooked the logger.



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

Reply via email to