Hossein Falaki created SPARK-6339:
-------------------------------------
Summary: Support creating temporary tables with DDL
Key: SPARK-6339
URL: https://issues.apache.org/jira/browse/SPARK-6339
Project: Spark
Issue Type: New Feature
Components: SQL
Affects Versions: 1.3.0
Reporter: Hossein Falaki
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]