You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "Vinod Rohilla (JIRA)" <ji...@apache.org> on 2017/03/24 11:41:41 UTC

[jira] [Created] (CARBONDATA-819) Getting error while create table with long data type

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)