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
Priority: Minor
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.