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

    https://github.com/apache/spark/pull/22270#discussion_r216179499
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/DataFrameFunctionsSuite.scala ---
    @@ -85,14 +85,16 @@ class DataFrameFunctionsSuite extends QueryTest with 
SharedSQLContext {
         }
     
         val df5 = Seq((Seq("a", null), Seq(1, 2))).toDF("k", "v")
    -    intercept[RuntimeException] {
    +    val msg1 = intercept[Exception] {
    --- End diff --
    
    re: https://github.com/apache/spark/pull/22270#discussion_r215485269
    
    Didn't we disable the local relation test? Why don't we catch explicit 
`SparkExection`?


---

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

Reply via email to