Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-27237 Partitioned table statement enhancement
  3. FLINK-27363

Support EXCHANGE PARTITION statement for partitioned table

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • Table SQL / API
    • None

    Description

      – 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;

      Attachments

        Activity

          People

            lsy dalongliu
            lsy dalongliu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: