Github user xuchuanyin commented on the issue:
https://github.com/apache/carbondata/pull/2628
@ravipesala It's OK to add support column compressor in table properties.
But as for another proposal "It is better to save compressor interface name in thrift instead of enum"
---
It's not easy to handle this now. Cause the enum in thrift is used directly in our code, changing it is impossible in my opinion. Do you mean we shall duplicate the info and add another description for it by the side of current enum?
---