Pickupolddriver opened a new pull request #3623: Origin/none compress
URL: https://github.com/apache/carbondata/pull/3623
 
 
    ### 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 does not support loading data without 
compression.
   It could speed up data loading form Flink to OBS by skipping compress and 
uncompress data.
   
    
    ### What changes were proposed in this PR?
   Provide a new Compressor as NoneCompressor implements the AbstractCompressor 
which will actually not compress and uncompress anything.
   This compressor can be set by calling
   
CarbonProperties.getInstance().addProperty(CarbonCommonConstants.COMPRESSOR,"none");
       
    ### Does this PR introduce any user interface change?
    - No
   
    ### 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