You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Max Gekk (Jira)" <ji...@apache.org> on 2022/04/19 15:46:00 UTC

[jira] [Created] (SPARK-38949) Wrap SQL statements by double quotes in error messages

Max Gekk created SPARK-38949:
--------------------------------

             Summary: Wrap SQL statements by double quotes in error messages
                 Key: SPARK-38949
                 URL: https://issues.apache.org/jira/browse/SPARK-38949
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 3.4.0
            Reporter: Max Gekk
            Assignee: Max Gekk


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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org