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/05/25 07:04:45 UTC

[jira] Commented: (HIVE-514) partition key names should be case insensitive in alter table add partition statement.

    [ https://issues.apache.org/jira/browse/HIVE-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712638#action_12712638 ] 

Prasad Chakka commented on HIVE-514:
------------------------------------

the second stmt above silently inserts 'null' for the 'hr' partition key value.

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