[ https://issues.apache.org/jira/browse/HIVE-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Namit Jain updated HIVE-1281: ----------------------------- Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available) Committed. Thanks Yongqiang > 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.