GitHub user kunal642 opened a pull request:

    https://github.com/apache/carbondata/pull/1420

    Fixed IntermediateFileMerger for decimal types

    Analysis: casting bigdecimal to byte[] was throwing ClassCastException in 
IntermediateFileMerger.
    
    Solution: Use DataType#bigDecimalToByte to convert bigdecimal to byte[].

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kunal642/carbondata fix_merger_for_decimal

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/carbondata/pull/1420.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1420
    
----
commit b0ef7ef5b65dea32db67c9c3b60d7f26698e729a
Author: kunal642 <kunalkapoor...@gmail.com>
Date:   2017-10-19T06:26:37Z

    fixed IntermediateFileMerger for decimal types

----


---

Reply via email to