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