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

2019-12-01 Thread Takeshi Yamamuro (Jira)


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

Takeshi Yamamuro commented on SPARK-29661:
--

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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



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

2019-12-01 Thread Xiao Li (Jira)


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

Xiao Li commented on SPARK-29661:
-

Is it pgSQL specific? If yes, maybe the value to Spark community is not high.

> 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org