Github user ravipesala commented on the issue:
https://github.com/apache/carbondata/pull/1354
@jackylk @xuchuanyin Currently sorting is happening on bytes only. So if
the sort columns on numerics and those numerics are negative then sort gives
the problem.
So we can disable it currently and after fixing this issue we can enable
back.---
