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

Prasad Chakka updated HIVE-514:
-------------------------------

    Attachment: hive-514.patch

fixed not lowercasing the partition key names in couple of places.
added a check that load/insert query contains all partition keys for the 
specified table. currently it inserts a null value. fixed that.

> 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
>             Fix For: 0.4.0
>
>         Attachments: 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