restrict creation of partitions with empty partition keys
---------------------------------------------------------
Key: HIVE-940
URL: https://issues.apache.org/jira/browse/HIVE-940
Project: Hadoop Hive
Issue Type: Bug
Affects Versions: 0.3.0, 0.2.0, 0.3.1, 0.3.2, 0.4.0, 0.4.1, 0.5.0
Reporter: Prasad Chakka
Assignee: Prasad Chakka
Fix For: 0.2.0
create table pc (a int) partitioned by (b string, c string);
alter table pc add partition (b="f", c='');
above alter cmd fails but actually creates a partition with name 'b=f/c=' but
describe partition on the same name fails. creation of such partitions should
not be allowed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.