GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/1121
[CARBONDATA-1215][BUGFIX] Fix unsafe column page for decimal query
For decimal loading is using variable length column page, in unsafe column
page implementation, there is a bug that the page is not checking for this
capacity.
In this PR, capacity check is added, now `UnsafeVarLengthColumnPage` will
grow its size based on need.
A testcase is added to verify this bug fix
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jackylk/incubator-carbondata unsafe
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1121.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 #1121
----
commit 222376fba93da6ee5e51ecd8d116b7bf4f9d44f3
Author: jackylk <[email protected]>
Date: 2017-06-30T10:27:08Z
fix unsafe column page bug
----
---
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.
---