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

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

    [ https://issues.apache.org/jira/browse/SPARK-4529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14220545#comment-14220545 ] 

Apache Spark commented on SPARK-4529:
-------------------------------------

User 'adrian-wang' has created a pull request for this issue:
https://github.com/apache/spark/pull/3396

> 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