Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-18900

HiveCatalog should error out when listing partitions with an invalid spec

    XMLWordPrintableJSON

Details

    Description

      Take the following case as an example:

      create table tbl (x int) partitioned by (p int);
      alter table tbl add partition (p=1);
      

      If we list partitions with partition spec foo=1, HiveCatalog returns partition p=1, which is wrong.

      Attachments

        Activity

          People

            nicholasjiang Nicholas Jiang
            lirui Rui Li
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: