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

Namit Jain commented on HIVE-1281:
----------------------------------

+1

looks good - will commit if the tests pass

> Bucketing column names in create table should be case-insensitive
> -----------------------------------------------------------------
>
>                 Key: HIVE-1281
>                 URL: https://issues.apache.org/jira/browse/HIVE-1281
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.6.0
>            Reporter: Paul Yang
>            Assignee: He Yongqiang
>            Priority: Minor
>         Attachments: hive-1281.1.patch
>
>
> This create table fails because 'userId' != 'userid'
> {code}
> CREATE TABLE tmp_pyang_bucket3 (userId INT) CLUSTERED BY (userid) INTO 32 
> BUCKETS;
> {code}

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