You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "luoyuxia (Jira)" <ji...@apache.org> on 2023/04/12 01:28:00 UTC

[jira] [Comment Edited] (FLINK-31533) CREATE TABLE AS SELECT should support to define partition

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

luoyuxia edited comment on FLINK-31533 at 4/12/23 1:27 AM:
-----------------------------------------------------------

[~aitozi] Thanks for voluntering,  but please remember with the syntax that proposed in

[FLIP-218|[https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=199541185]]
{code:java}
CREATE TABLE [ IF NOT EXISTS ] table_name 
[ WITH ( table_properties ) ]
[ AS query_expression ]  {code}
, we can't define partition. We need to extend the syntax which may need a FLIP. Also, please remember to consider FLINK-31534 while extending the syntax.


was (Author: luoyuxia):
[~aitozi] Thanks for voluntering,  but please remember with the syntax that proposed in [FLIP-218|[https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=199541185]] 
{code:java}
CREATE TABLE [ IF NOT EXISTS ] table_name 
[ WITH ( table_properties ) ]
[ AS query_expression ]  {code}
, we can't define partition. We need to extend the syntax which may need a FLIP. Also, please remember to consider FLINK-31534 while extending the syntax.

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