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

[jira] [Commented] (SPARK-32427) Omit USING in CREATE TABLE via JDBC Table Catalog

    [ https://issues.apache.org/jira/browse/SPARK-32427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17169610#comment-17169610 ] 

L. C. Hsieh commented on SPARK-32427:
-------------------------------------

Do you mean "CREATE TABLE .." without USING indicates using JDBC? It seems conflicting with Hive's CREATE TABLE syntax that can omit "STORED AS".

> Omit USING in CREATE TABLE via JDBC Table Catalog
> -------------------------------------------------
>
>                 Key: SPARK-32427
>                 URL: https://issues.apache.org/jira/browse/SPARK-32427
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.1.0
>            Reporter: Maxim Gekk
>            Priority: Major
>
> Support creating tables in JDBC Table Catalog without USING, for instance:
> {code:sql}
> CREATE TABLE h2.test.new_table(i INT, j STRING)
> {code}



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