Github user xuchuanyin commented on the issue:
https://github.com/apache/carbondata/pull/2783
@ravipesala @kumarvishal09 We have encountered JVM crash problem.
The dump file complains

Clearly it is unsafe memory related problem. Since in the previous PR, we
have disabled the unsafe for query, I think in this place we should disable the
unsafe accordingly.
---
