cloud-fan commented on code in PR #36564:
URL: https://github.com/apache/spark/pull/36564#discussion_r895826751
##########
core/src/test/scala/org/apache/spark/scheduler/OutputCommitCoordinatorSuite.scala:
##########
@@ -270,6 +263,16 @@ class OutputCommitCoordinatorSuite extends SparkFunSuite
with BeforeAndAfter {
.stageStart(meq(retriedStage.head), any())
verify(sc.env.outputCommitCoordinator).stageEnd(meq(retriedStage.head))
}
+
+ test("SPARK-39195: Spark OutputCommitCoordinator should abort stage " +
Review Comment:
is this test the same as
https://github.com/apache/spark/pull/36564/files#diff-d5d8811dcf8af13683cb2bac4a583577cb2accca0cd64182cf214bbd174b017cR47
?
--
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]