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

Zheng Shao updated HIVE-514:
----------------------------

      Resolution: Fixed
    Release Note: HIVE-514. Partition key names should be case insensitive in 
alter table add partition statement. (Prasad Chakka via zshao)  (was: This fix 
makes partition keys to be case insensitive and partition key values to be case 
sensitive.)
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

> partition key names should be case insensitive in alter table add partition 
> statement.
> --------------------------------------------------------------------------------------
>
>                 Key: HIVE-514
>                 URL: https://issues.apache.org/jira/browse/HIVE-514
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Metastore
>    Affects Versions: 0.4.0
>            Reporter: Prasad Chakka
>            Assignee: Prasad Chakka
>             Fix For: 0.4.0
>
>         Attachments: hive-514.2.patch, hive-514.patch
>
>
> create table testpc(a int) partitioned by (ds string, hr string);
> alter table testpc add partition (ds="1", hr="1"); --> works
> alter table testpc add partition (ds="1", Hr="1"); --> doesn't work

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to