[
https://issues.apache.org/jira/browse/SPARK-27998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yuming Wang updated SPARK-27998:
--------------------------------
Affects Version/s: (was: 3.1.0)
3.0.0
> Column alias should support double quote string
> ------------------------------------------------
>
> Key: SPARK-27998
> URL: https://issues.apache.org/jira/browse/SPARK-27998
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Affects Versions: 3.0.0
> Reporter: Zhu, Lipeng
> Priority: Major
>
> According to the ANSI SQL standard, column alias can be double quote string.
> {code:sql}
> SELECT au_fname AS "First name",
> au_lname AS 'Last name',
> city AS City,
> state,
> zip 'Postal code' FROM authors;{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]