You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "ice bai (JIRA)" <ji...@apache.org> on 2018/06/12 08:02:00 UTC

[jira] [Created] (SPARK-24527) select column alias should support quotation marks

ice bai created SPARK-24527:
-------------------------------

             Summary: select column alias should support quotation marks
                 Key: SPARK-24527
                 URL: https://issues.apache.org/jira/browse/SPARK-24527
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 2.3.0
            Reporter: ice bai


It will be failed when user use spark-sql or sql API to select come columns with quoted alias, but Hive is well.  Such as :

select 'name' as 'nm';
select 'name' as "nm";



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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