SparkQA commented on issue #25620: [SPARK-25341][Core] Support rolling back a shuffle map stage and re-generate the shuffle files URL: https://github.com/apache/spark/pull/25620#issuecomment-532177103 **[Test build #110765 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/110765/testReport)** for PR 25620 at commit [`2f72ecb`](https://github.com/apache/spark/commit/2f72ecb77440d87cef27d1519ef7f407bcde516d). * This patch **fails Spark unit tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `case class ShuffleBlockId(shuffleId: Int, mapId: Long, reduceId: Int) extends BlockId ` * `case class ShuffleDataBlockId(shuffleId: Int, mapId: Long, reduceId: Int) extends BlockId ` * `case class ShuffleIndexBlockId(shuffleId: Int, mapId: Long, reduceId: Int) extends BlockId `
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org