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

[jira] [Resolved] (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 ]

Hyukjin Kwon resolved SPARK-33752.
----------------------------------
    Fix Version/s: 3.1.0
       Resolution: Fixed

Issue resolved by pull request 30792
[https://github.com/apache/spark/pull/30792]

> 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: jiaan.geng
>            Priority: Major
>             Fix For: 3.1.0
>
>
> 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