SWATI RAO created CARBONDATA-374:
------------------------------------
Summary: Short data type is not working.
Key: CARBONDATA-374
URL: https://issues.apache.org/jira/browse/CARBONDATA-374
Project: CarbonData
Issue Type: Bug
Reporter: SWATI RAO
Short datatype is not working as you have mentioned it is supported datatype in
the below link:
http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/List-the-supported-datatypes-in-carbondata-td2419.html
e.g:
create table testTable(id Short, name String) stored by 'carbondata' ;
Error: org.apache.spark.sql.AnalysisException: cannot recognize input near
'Short' ',' 'name' in column type; line 1 pos 26 (state=,code=0)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)