GitHub user vpp9380 opened a pull request:
https://github.com/apache/incubator-carbondata/pull/803
[CARBONDATA-931] BigDecimal and VariableLength Dimension fixes
Problem:
a. NumberFormatException with Big decimal unsafe store
b. NegativeArraySizeException with Big decimal unsafe store
c. Cast exception with Big decimal unsafe store
Solution:
In big decimal length is stored as int but while we are converting length
to short for last record and it is causing above issue.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vpp9380/incubator-carbondata vedpr
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/803.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 #803
----
commit 0f2283906f3b42218e4676b4630cebdf1fbf2f82
Author: vpp9380 <[email protected]>
Date: 2017-04-15T11:31:48Z
BigDecimal and VariableLength Dimension fixes
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---