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

Apache Spark reassigned SPARK-16209:
------------------------------------

    Assignee: Apache Spark

> Convert Hive Tables to Data Source Tables for CREATE TABLE AS SELECT
> --------------------------------------------------------------------
>
>                 Key: SPARK-16209
>                 URL: https://issues.apache.org/jira/browse/SPARK-16209
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: Xiao Li
>            Assignee: Apache Spark
>
> Currently, the following created table is Hive Table.
> {noformat}
> CREATE TABLE t STORED AS parquet SELECT 1 as a, 1 as b
> {noformat}
> When users create table as query with {{STORED AS}} or {{ROW FORMAT}}, we 
> will not convert them to data source tables when 
> {{spark.sql.hive.convertCTAS}} is set to true. Actually, for parquet and orc 
> formats, we still can convert them to data source table.



--
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