[
https://issues.apache.org/jira/browse/SPARK-29661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16985712#comment-16985712
]
Takeshi Yamamuro edited comment on SPARK-29661 at 12/1/19 11:09 PM:
--------------------------------------------------------------------
Yea, I think so. Either way, I personally think this is not useful for users.
I'll close as 'Won't fix'. Plz reopen if there is a problem.
was (Author: maropu):
Yea, I think so. Either way, I personally think this is not useful for users.
I'll close as invalid. Plz reopen if there is a problem.
> 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
> Priority: Major
>
> 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: [email protected]
For additional commands, e-mail: [email protected]