You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Adrian Wang (JIRA)" <ji...@apache.org> on 2014/11/21 06:32:33 UTC

[jira] [Created] (SPARK-4529) support view with column alias specified

Adrian Wang created SPARK-4529:
----------------------------------

             Summary: support view with column alias specified
                 Key: SPARK-4529
                 URL: https://issues.apache.org/jira/browse/SPARK-4529
             Project: Spark
          Issue Type: New Feature
          Components: SQL
            Reporter: Adrian Wang


support view definition like
CREATE VIEW view3(valoo) 
TBLPROPERTIES ("fear" = "factor")
AS SELECT upper(value) FROM src WHERE key=86;

[valoo as alias of upper(value)].



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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