itholic commented on code in PR #45457:
URL: https://github.com/apache/spark/pull/45457#discussion_r1538642083
##########
core/src/test/scala/org/apache/spark/rdd/PairRDDFunctionsSuite.scala:
##########
@@ -614,7 +614,7 @@ class PairRDDFunctionsSuite extends SparkFunSuite with
SharedSparkContext {
val e = intercept[SparkException] {
pairs.saveAsNewAPIHadoopFile[NewFakeFormatWithCallback]("ignored")
}
- assert(e.getCause.getMessage contains "failed to write")
+ assert(e.getCause.getMessage contains "Task failed while writing rows")
Review Comment:
That is also my question. I believe this error message should not been
affected by current change, but CI keep complaining about this.
So I modified it for testing purposes to see if this would really change the
response of CI.
--
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]