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

    https://github.com/apache/spark/pull/20951#discussion_r178648761
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/ForeachSinkSuite.scala
 ---
    @@ -141,7 +141,7 @@ class ForeachSinkSuite extends StreamTest with 
SharedSQLContext with BeforeAndAf
             query.processAllAvailable()
           }
           assert(e.getCause.isInstanceOf[SparkException])
    -      assert(e.getCause.getCause.getMessage === "error")
    +      assert(e.getCause.getCause.getCause.getMessage === "ForeachSinkSuite 
error")
    --- End diff --
    
    why 3 levels? Can you paste the levels?


---

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

Reply via email to