Pickupolddriver opened a new pull request #3611: [CARBONDATA-3692] Support 
NoneCompression during loading data.
URL: https://github.com/apache/carbondata/pull/3611
 
 
   ### Why is this PR needed?
   
   In some cases, the data need to be uncompressed after loading into 
Carbondata file.
   In the current version, the project do not support loading data without 
compression.
   
   ### What changes were proposed in this PR?
   
   Provide a new Compressor as NoneCompressor implement the AbstractCompressor.
   This compressor can be set by calling
   
CarbonProperties.getInstance().addProperty(CarbonCommonConstants.COMPRESSOR,"none");
   
   ### Does this PR introduce any user interface change?
   Yes
   
   ### Is any new testcase added?
   Yes
   
   
       
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to