[ 
https://issues.apache.org/jira/browse/SPARK-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yin Huai updated SPARK-6339:
----------------------------
    Summary: Support creating temporary views with DDL  (was: Support creating 
temporary tables with DDL)

> Support creating temporary views with DDL
> -----------------------------------------
>
>                 Key: SPARK-6339
>                 URL: https://issues.apache.org/jira/browse/SPARK-6339
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 1.3.0
>            Reporter: Hossein Falaki
>             Fix For: 2.0.0
>
>
> It would useful to support following:
> {code}
> create temporary table counted as
> select count(transactions), company from sales group by company
> {code}
> Right now this is possible through registerTempTable()



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

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

Reply via email to