cloud-fan commented on code in PR #50230: URL: https://github.com/apache/spark/pull/50230#discussion_r2324463117
########## core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala: ########## @@ -5245,8 +5284,13 @@ class DAGSchedulerAbortStageOffSuite extends DAGSchedulerSuite { object DAGSchedulerSuite { val mergerLocs = ArrayBuffer[BlockManagerId]() - def makeMapStatus(host: String, reduces: Int, sizes: Byte = 2, mapTaskId: Long = -1): MapStatus = - MapStatus(makeBlockManagerId(host), Array.fill[Long](reduces)(sizes), mapTaskId) + def makeMapStatus( + host: String, + reduces: Int, + sizes: Byte = 2, + mapTaskId: Long = -1, + checksumVal: Long = 0): MapStatus = Review Comment: ```suggestion checksumVal: Long = 0): MapStatus = ``` -- 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