You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jark Wu (Jira)" <ji...@apache.org> on 2022/07/22 02:52:00 UTC

[jira] [Assigned] (FLINK-27363) Support EXCHANGE PARTITION statement for partitioned table

     [ https://issues.apache.org/jira/browse/FLINK-27363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jark Wu reassigned FLINK-27363:
-------------------------------

    Assignee: dalongliu

> Support EXCHANGE PARTITION statement for partitioned table
> ----------------------------------------------------------
>
>                 Key: FLINK-27363
>                 URL: https://issues.apache.org/jira/browse/FLINK-27363
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / API
>            Reporter: dalongliu
>            Assignee: dalongliu
>            Priority: Minor
>
> -- single partition
> ALTER TABLE table_name_2 EXCHANGE PARTITION (partition_spec) WITH TABLE table_name_1;
> -- multiple partitions
>  ALTER TABLE table_name_2 EXCHANGE PARTITION (partition_spec, partition_spec2, ...) WITH TABLE table_name_1;



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