-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.11.1
-
Component/s: Connectors / Hive
-
Labels:
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.