You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Wenchen Fan (Jira)" <ji...@apache.org> on 2019/12/02 08:23:00 UTC

[jira] [Resolved] (SPARK-29839) Supporting STORED AS in CREATE TABLE LIKE

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

Wenchen Fan resolved SPARK-29839.
---------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

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

> Supporting STORED AS in CREATE TABLE LIKE
> -----------------------------------------
>
>                 Key: SPARK-29839
>                 URL: https://issues.apache.org/jira/browse/SPARK-29839
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.0.0
>            Reporter: Lantao Jin
>            Assignee: Lantao Jin
>            Priority: Major
>             Fix For: 3.0.0
>
>
> In SPARK-29421, we can specify a different table provider for {{CREATE TABLE LIKE}} via {{USING provider}}. 
> Hive support STORED AS new file format syntax:
> {code}
> CREATE TABLE tbl(a int) STORED AS TEXTFILE;
> CREATE TABLE tbl2 LIKE tbl STORED AS PARQUET;
> {code}
> For Hive compatibility, we should also support {{STORED AS}} in {{CREATE TABLE LIKE}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org