Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.11.1
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.