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

    https://github.com/apache/spark/pull/21114#discussion_r188170023
  
    --- Diff: core/src/test/scala/org/apache/spark/AccumulatorSuite.scala ---
    @@ -237,6 +236,65 @@ class AccumulatorSuite extends SparkFunSuite with 
Matchers with LocalSparkContex
         acc.merge("kindness")
         assert(acc.value === "kindness")
       }
    +
    +  test("updating garbage collected accumulators") {
    --- End diff --
    
    I agree this test is quite ugly. Let me just revert the last commit.


---

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

Reply via email to