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

luoyuxia commented on FLINK-31533:
----------------------------------

I mean the synax propsed in this FLIP donsen't include PARTITIONED defination:

 
{code:java}
CREATE TABLE [ IF NOT EXISTS ] table_name 
[ WITH ( table_properties ) ]
[ AS query_expression ]   {code}
We should define the syntax in the FLIP something like 
{code:java}
CREATE TABLE [ IF NOT EXISTS ] 
table_name 
PARTITIONED BY (xxx, xx) 
 [ WITH ( table_properties ) ]
 [ AS query_expression ]  {code}
 

> CREATE TABLE AS SELECT should support to define partition
> ---------------------------------------------------------
>
>                 Key: FLINK-31533
>                 URL: https://issues.apache.org/jira/browse/FLINK-31533
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / API
>            Reporter: luoyuxia
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to