[ https://issues.apache.org/jira/browse/SPARK-16209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dongjoon Hyun closed SPARK-16209. --------------------------------- Resolution: Won't Fix Hi, [~smilegator]. According to the discussion on PR, I'm closing this issue. Please reopen this if I'm wrong. Thanks. > 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 > > 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.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org