You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Anilkumar Kalshetti (JIRA)" <ji...@apache.org> on 2013/12/19 13:44:09 UTC

[jira] [Created] (HIVE-6058) Creating Table with column name exchange gives exception

Anilkumar Kalshetti created HIVE-6058:
-----------------------------------------

             Summary: Creating Table with column name    exchange  gives exception
                 Key: HIVE-6058
                 URL: https://issues.apache.org/jira/browse/HIVE-6058
             Project: Hive
          Issue Type: Bug
          Components: Query Processor
    Affects Versions: 0.12.0
         Environment: Hadoop 2.0.1-beta, Hive 0.12 , running hiveserver , Installed on CentOS6.4 64-bit OS in Multinode configuration
            Reporter: Anilkumar Kalshetti


1. Create Table using below script
CREATE TABLE test_column_name2  ( c1   string) ROW FORMAT DELIMITED STORED AS SEQUENCEFILE;

2. Table is created successfully.
Now Create another Table with column name exchange
by using below script

CREATE TABLE test_column_name  ( exchange  	string) ROW FORMAT DELIMITED STORED AS SEQUENCEFILE;

3. This gives exception for column name exchange, for Hive 0.12
4. The script properly works for Hive 0.11





--
This message was sent by Atlassian JIRA
(v6.1.4#6159)