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

ASF GitHub Bot updated SPARK-33752:
-----------------------------------
    Labels: pull-request-available  (was: )

> 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
>              Labels: pull-request-available
>             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.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to