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


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