Github user xuchuanyin commented on the issue:
https://github.com/apache/carbondata/pull/2628
@ravipesala @jackylk
I add an optional 'compressor_name' aside the 'compression_codec'. During
processing, I use the compressor_name and set compression_codec to a deprecated
value.
Also I add an interface to register customize compressor and add a test for
it.
For now, all the review comments are resolved.---
