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

Lantao Jin updated SPARK-29839:
-------------------------------
    Summary: Supporting STORED AS in CREATE TABLE LIKE  (was: Support STORED AS 
in CREATE TABLE LIKE)

> 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
>            Priority: Major
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to