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

Yin Huai resolved SPARK-6339.
-----------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

Issue resolved by pull request 12872
[https://github.com/apache/spark/pull/12872]

> Support creating temporary tables 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to