[
https://issues.apache.org/jira/browse/HIVE-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Prasad Chakka updated HIVE-940:
-------------------------------
Attachment: hive-940.2.patch
fixed an incorrect error message in addpart1.q.out file.
> 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.2.0, 0.3.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
>
> Attachments: hive-940.2.patch, hive-940.patch
>
>
> 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.