[ https://issues.apache.org/jira/browse/SPARK-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yin Huai updated SPARK-6339:
----------------------------
Description:
It would useful to support following:
{code}
create temporary view counted as
select count(transactions), company from sales group by company
{code}
Right now this is possible through registerTempTable()
was:
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()
> 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 view 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org
|