Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19893#discussion_r154957048
  
    --- Diff: 
core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala ---
    @@ -683,7 +683,7 @@ class TaskSetManagerSuite extends SparkFunSuite with 
LocalSparkContext with Logg
         val conf = new SparkConf().set("spark.speculation", "true")
         sc = new SparkContext("local", "test", conf)
     
    -    val sched = new FakeTaskScheduler(sc, ("execA", "host1"), ("execB", 
"host2"))
    +    sched = new FakeTaskScheduler(sc, ("execA", "host1"), ("execB", 
"host2"))
    --- End diff --
    
    What was this change about? not shadowing?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to