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

    https://github.com/apache/spark/pull/22586#discussion_r221438766
  
    --- Diff: 
core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala ---
    @@ -1880,6 +1880,26 @@ class DAGSchedulerSuite extends SparkFunSuite with 
LocalSparkContext with TimeLi
         assert(sc.parallelize(1 to 10, 2).count() === 10)
       }
     
    +  test("misbehaved accumulator should not impact other accumulators") {
    --- End diff --
    
    > Also verify the log message?
    
    That's not in the core project.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to