You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Takeshi Yamamuro (Jira)" <ji...@apache.org> on 2019/10/30 13:22:00 UTC

[jira] [Created] (SPARK-29661) Support cascaded syntax in CREATE SCHEMA

Takeshi Yamamuro created SPARK-29661:
----------------------------------------

             Summary: Support cascaded syntax in CREATE SCHEMA
                 Key: SPARK-29661
                 URL: https://issues.apache.org/jira/browse/SPARK-29661
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: Takeshi Yamamuro


In PostgreSQL, the cascaded syntax below in CREATE SCHEMA can be accepted;
{code}
CREATE SCHEMA temp_view_test
  CREATE TABLE base_table (a int, id int) using parquet
  CREATE TABLE base_table2 (a int, id int) using parquet;
{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