You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2010/07/23 11:58:53 UTC

[jira] Updated: (HIVE-1281) Bucketing column names in create table should be case-insensitive

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

Carl Steinbach updated HIVE-1281:
---------------------------------

        Fix Version/s: 0.6.0
    Affects Version/s: 0.5.0
                           (was: 0.6.0)

> 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.5.0
>            Reporter: Paul Yang
>            Assignee: He Yongqiang
>            Priority: Minor
>             Fix For: 0.6.0
>
>         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.