[jira] [Created] (CARBONDATA-378) Long datatype is not working
Posted by
Akash R Nilugal (Jira) on
Nov 04, 2016; 7:36am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Created-CARBONDATA-378-Long-datatype-is-not-working-tp2629.html
SWATI RAO created CARBONDATA-378:
------------------------------------
Summary: Long datatype is not working
Key: CARBONDATA-378
URL:
https://issues.apache.org/jira/browse/CARBONDATA-378 Project: CarbonData
Issue Type: Bug
Reporter: SWATI RAO
As it is mentioned in DataType.java file that long is supported datatype but when I run query using long datatype its displays an error.
e.g:
create table testTable(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 29 (state=,code=0)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)