You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by cloud-fan <gi...@git.apache.org> on 2017/02/23 07:21:17 UTC

[GitHub] spark pull request #17009: [SPARK-19674][SQL]Ignore non-existing driver accu...

Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17009#discussion_r102652094
  
    --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/ui/SQLListenerSuite.scala ---
    @@ -147,6 +147,10 @@ class SQLListenerSuite extends SparkFunSuite with SharedSQLContext with JsonTest
     
         checkAnswer(listener.getExecutionMetrics(0), accumulatorUpdates.mapValues(_ * 2))
     
    +    // Non-existing driver accumulator updates should be filtered and no exception will be thrown.
    --- End diff --
    
    when will this happen?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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