You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "Mohammad Shahid Khan (JIRA)" <ji...@apache.org> on 2016/06/23 11:23:16 UTC

[jira] [Updated] (CARBONDATA-6) data mismatch between the carbon Table and Hive Table for columns having empty values for non numeric data type

     [ https://issues.apache.org/jira/browse/CARBONDATA-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mohammad Shahid Khan updated CARBONDATA-6:
------------------------------------------
    Attachment: withemptycolumns.png

> data mismatch between the carbon Table and Hive Table for columns having empty values for non numeric data type
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-6
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-6
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Mohammad Shahid Khan
>         Attachments: withemptycolumns.png
>
>
> csv data: 
> 1,2015-7-23 00:00:00,china,aaa1,phone197,ASD69643,15000.43525
> 2,,,,,,
> Carbon Table
> +--------------------+-------+----+---------+----------+---+--------+
> |                date|country|name|phonetype|serialname| id|  salary|
> +--------------------+-------+----+---------+----------+---+--------+
> |                null|   null|null|     null|      null|2.0|    null|
> |2015-07-23 00:00:...|  china|aaa1| phone197|  ASD69643|1.0|15000.44|
> +--------------------+-------+----+---------+----------+---+--------+
> Hive Table
> +---+--------------------+-------+----+---------+----------+--------+
> | id|                date|country|name|phonetype|serialname|  salary|
> +---+--------------------+-------+----+---------+----------+--------+
> |  1|2015-07-23 00:00:...|  china|aaa1| phone197|  ASD69643|15000.44|
> |  2|                null|       |    |         |          |    null|
> +---+--------------------+-------+----+---------+----------+--------+



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)