Github user cenyuhai commented on the issue:
https://github.com/apache/carbondata/pull/1291
{code}
hive> select * from temp.yuhai_carbon;
OK
2 runlin 2 china 33000.2
1 yuhai 2 china 33000.1
Time taken: 1.696 seconds, Fetched: 2 row(s)
hive> select * from temp.yuhai_carbon;
OK
Failed with exception
java.io.IOException:java.lang.NegativeArraySizeException
Time taken: 0.066 seconds
{code}---
