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

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

dalongliu created FLINK-27363:
---------------------------------

             Summary: 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
             Fix For: 1.16.0


-- 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.7#820007)