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)