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)