[jira] [Commented] (CARBONDATA-374) Short data type is not working.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (CARBONDATA-374) Short data type is not working.

Akash R Nilugal (Jira)

    [ https://issues.apache.org/jira/browse/CARBONDATA-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15642751#comment-15642751 ]

ASF GitHub Bot commented on CARBONDATA-374:
-------------------------------------------

Github user lion-x commented on a diff in the pull request:

    https://github.com/apache/incubator-carbondata/pull/293#discussion_r86702631
 
    --- Diff: integration/spark/src/test/scala/org/apache/carbondata/spark/testsuite/dataload/TestLoadDataWithHiveSyntax.scala ---
    @@ -76,6 +77,35 @@ class TestLoadDataWithHiveSyntax extends QueryTest with BeforeAndAfterAll {
     
       }
     
    +  test("create table with smallint type and query smallint table")({
    --- End diff --
   
    Why you create a hive table instead of carbon table?


> 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
>            Assignee: cen yuhai
>
> 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)