Github user kumarvishal09 commented on the issue:
https://github.com/apache/carbondata/pull/3046
@xuchuanyin In near future we are planing to change threshold(currently
based on number) to size based local dictionary. Size based threshold will give
more control.
Current changes in the PR is helping in doing that.
Later Just have to expose the table property in create table command for
user to control the size threshold.
Also didn't get the meaning of your comment. these changes are minimal now
also.
---