[
https://issues.apache.org/jira/browse/FLINK-27237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
dalongliu updated FLINK-27237:
------------------------------
Description:
This is an umbrella issue which is used to discuss the syntax enhancement about
partitioned table. These new syntaxes are very useful for partitioned tables,
especially for batch job.
Therefore, I propose to support the following statement about partitioned table:
{code:java}
ALTER TABLE table_name { ADD { <schema_component> | (<schema_component> [,
...]) } | MODIFY { <schema_component> | (<schema_component> [, ...]) } | DROP
{column_name | (column_name, column_name, ....) | PRIMARY KEY | CONSTRAINT
constraint_name | WATERMARK} | RENAME old_column_name TO new_column_name |
RENAME TO new_table_name | SET (key1=val1, ...) | RESET (key1, ...) } {code}
was:
This is an umbrella issue which is used to discuss the syntax enhancement about
partitioned table. These new syntaxes are very useful for partitioned tables,
especially for batch job.
Therefore, I propose to support the following statement about partitioned table:
{code:java}
// code placeholder
{code}
> Partitioned table statement enhancement
> ---------------------------------------
>
> Key: FLINK-27237
> URL: https://issues.apache.org/jira/browse/FLINK-27237
> Project: Flink
> Issue Type: New Feature
> Components: Table SQL / API
> Reporter: dalongliu
> Priority: Major
> Fix For: 1.16.0
>
>
> This is an umbrella issue which is used to discuss the syntax enhancement
> about partitioned table. These new syntaxes are very useful for partitioned
> tables, especially for batch job.
> Therefore, I propose to support the following statement about partitioned
> table:
> {code:java}
> ALTER TABLE table_name { ADD { <schema_component> | (<schema_component> [,
> ...]) } | MODIFY { <schema_component> | (<schema_component> [, ...]) } | DROP
> {column_name | (column_name, column_name, ....) | PRIMARY KEY | CONSTRAINT
> constraint_name | WATERMARK} | RENAME old_column_name TO new_column_name |
> RENAME TO new_table_name | SET (key1=val1, ...) | RESET (key1, ...) } {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)