You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2020/12/11 07:20:00 UTC

[jira] [Assigned] (SPARK-33752) Avoid the getSimpleMessage of AnalysisException adds semicolon repeatedly

     [ https://issues.apache.org/jira/browse/SPARK-33752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-33752:
------------------------------------

    Assignee: Apache Spark

> Avoid the getSimpleMessage of AnalysisException adds semicolon repeatedly
> -------------------------------------------------------------------------
>
>                 Key: SPARK-33752
>                 URL: https://issues.apache.org/jira/browse/SPARK-33752
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 3.2.0
>            Reporter: jiaan.geng
>            Assignee: Apache Spark
>            Priority: Major
>
> The current getSimpleMessage of AnalysisException may adds semicolon repeatedly. There show an example below:
> {code:java}
> select decode()
> {code}
> The output will be:
> {code:java}
> org.apache.spark.sql.AnalysisException
> Invalid number of arguments for function decode. Expected: 2; Found: 0;; line 1 pos 7
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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