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)