We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d6b6d commit 3ceb4d5Copy full SHA for 3ceb4d5
core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala
@@ -338,7 +338,7 @@ class DAGSchedulerSuite extends SparkFunSuite with LocalSparkContext with Timeou
338
*
339
* Note: [] means an RDD, () means a shuffle dependency.
340
*/
341
- test("[SPARK-13902] not to create duplicate stage.") {
+ test("[SPARK-13902] Ensure no duplicate stages are created") {
342
val rddA = new MyRDD(sc, 1, Nil)
343
val shuffleDepA = new ShuffleDependency(rddA, new HashPartitioner(1))
344
val s_A = shuffleDepA.shuffleId
0 commit comments