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 2018/09/21 07:56:05 UTC

[GitHub] spark pull request #18544: [SPARK-21318][SQL]Improve exception message throw...

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

    https://github.com/apache/spark/pull/18544#discussion_r219412088
  
    --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalogSuite.scala ---
    @@ -1440,6 +1441,8 @@ abstract class SessionCatalogSuite extends AnalysisTest {
             }
     
             assert(cause.getMessage.contains("Undefined function: 'undefined_fn'"))
    +        // SPARK-21318: the error message should contains the current database name
    --- End diff --
    
    what's the full error message?


---

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