You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Prasad Chakka (JIRA)" <ji...@apache.org> on 2009/11/18 22:10:39 UTC

[jira] Updated: (HIVE-940) restrict creation of partitions with empty partition keys

     [ https://issues.apache.org/jira/browse/HIVE-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prasad Chakka updated HIVE-940:
-------------------------------

    Status: Patch Available  (was: Open)

> 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
>
>         Attachments: 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.