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

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

Manish Gupta created CARBONDATA-127:
---------------------------------------

             Summary: 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


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)