You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "ChenKai (Jira)" <ji...@apache.org> on 2020/08/06 08:14:00 UTC

[jira] [Created] (CARBONDATA-3942) Fix type cast when doing data load into partitioned table

ChenKai created CARBONDATA-3942:
-----------------------------------

             Summary: Fix type cast when doing data load into partitioned table
                 Key: CARBONDATA-3942
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3942
             Project: CarbonData
          Issue Type: Bug
          Components: spark-integration
    Affects Versions: 2.1.0
            Reporter: ChenKai


Loading Int type data to carbondata double type, the value will be broken like this:

+---+--------+----+----+
|cnt |name|time|
+---+--------+----+----+
|4.9E-323|a |2020|
|1.0E-322|b |2020|
+---+--------+----+----+

original cnt is: 10, 20

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)