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

Max Gekk updated SPARK-39027:
-----------------------------
    Description: 
Output SQL statements in upper case ONLY in error messages. For example, the 
error message:
{code:sql}
The operation "DESC PARTITION" is not allowed
{code}
should be replaced by:
{code:sql}
The operation DESC PARTITION is not allowed
{code}

  was:
Wrap SQL statements by double quotes "" in error messages. For example, the 
error message:

{code:sql}
The operation DESC PARTITION is not allowed
{code}

should be replaced by:

{code:sql}
The operation "DESC PARTITION" is not allowed
{code}


> Output SQL statements in upper case in error messages
> -----------------------------------------------------
>
>                 Key: SPARK-39027
>                 URL: https://issues.apache.org/jira/browse/SPARK-39027
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.3.0, 3.4.0
>            Reporter: Max Gekk
>            Assignee: Max Gekk
>            Priority: Major
>             Fix For: 3.3.0, 3.4.0
>
>
> Output SQL statements in upper case ONLY in error messages. For example, the 
> error message:
> {code:sql}
> The operation "DESC PARTITION" is not allowed
> {code}
> should be replaced by:
> {code:sql}
> The operation DESC PARTITION is not allowed
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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

Reply via email to