[
https://issues.apache.org/jira/browse/CARBONDATA-3942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ajantha Bhat resolved CARBONDATA-3942.
--------------------------------------
Fix Version/s: 2.1.0
Resolution: Fixed
> Fix type cast when loading data 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
> Priority: Major
> Fix For: 2.1.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> 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)