Vinod Rohilla created CARBONDATA-819:
----------------------------------------
Summary: Getting error while create table with long data type
Key: CARBONDATA-819
URL:
https://issues.apache.org/jira/browse/CARBONDATA-819 Project: CarbonData
Issue Type: Bug
Components: data-query
Affects Versions: 1.1.0-incubating
Environment: Spark 1.6
Reporter: Vinod Rohilla
Priority: Trivial
Error display while creating table with long Data type
Steps to reproduce:
Create the table in carbon:
1:create table long (id long,name String) stored by 'carbondata';
Error Message :
0: jdbc:hive2://localhost:10000> create table long (id long,name String) stored by 'carbondata';
Error: org.apache.spark.sql.AnalysisException: cannot recognize input near 'long' ',' 'name' in column type; line 1 pos 22 (state=,code=0)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)