Max Gekk created SPARK-39027:
--------------------------------

             Summary: 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
             Fix For: 3.3.0, 3.4.0


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}



--
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