You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "Ravindra Pesala (JIRA)" <ji...@apache.org> on 2016/08/17 10:37:21 UTC

[jira] [Resolved] (CARBONDATA-127) Issue while type casting data read from sort temp file to big decimal type

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

Ravindra Pesala resolved CARBONDATA-127.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.1.0-incubating

https://github.com/HuaweiBigData/carbondata/pull/897
https://github.com/HuaweiBigData/carbondata/pull/893

> Issue while type casting data read from sort temp file to big decimal type
> --------------------------------------------------------------------------
>
>                 Key: CARBONDATA-127
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-127
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Manish Gupta
>            Assignee: Manish Gupta
>            Priority: Minor
>             Fix For: 0.1.0-incubating
>
>
> Analysis: Whenever we perform data load operation involving huge data with decimal datatypes, then during intermediate merging pf sort temp file we are trying to typecast byte array to big decimal value after reading from object array. During this operation typecast exception is thrown.
> Impact area: data load flow with huge data and measures with big decimal datatype
> Fix: Typescast the object array value to byte array instaed of bigdecimal



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