[
https://issues.apache.org/jira/browse/SPARK-38949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Max Gekk resolved SPARK-38949.
------------------------------
Fix Version/s: 3.4.0
Resolution: Fixed
Issue resolved by pull request 36259
[https://github.com/apache/spark/pull/36259]
> 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
> Priority: Major
> Fix For: 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: [email protected]
For additional commands, e-mail: [email protected]