GitHub user ravipesala opened a pull request:
https://github.com/apache/carbondata/pull/1370 [CARBONDATA-1488] JVM crashes when unsafe columnpage is enabled
The test case `BadRecordEmptyDataTest.test load multiple loads- pne with valid record and one with invalid` crashes when unsafe columnpage is enabled
It is because of capacity size calculation in unsafe var page.
Fixed capacity size calculation when column value size is larger than initial capacity in this PR.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/ravipesala/incubator-carbondata presto-build-all
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1370.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1370
----
commit 058ad83940dcc77f3f279188eadd79f1d01b27df
Author: Ravindra Pesala <
[hidden email]>
Date: 2017-09-19T10:54:35Z
Fixed capacity size calculation when column value size is larger than initial capacity
----
---