You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2020/02/15 16:33:30 UTC

[GitHub] [carbondata] Pickupolddriver opened a new pull request #3623: Origin/none compress

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [carbondata] CarbonDataQA1 commented on issue #3623: [CARBONDATA-3692] Support NoneCompression during loading data.

Posted by GitBox <gi...@apache.org>.
CarbonDataQA1 commented on issue #3623: [CARBONDATA-3692] Support NoneCompression during loading data.
URL: https://github.com/apache/carbondata/pull/3623#issuecomment-586617116
 
 
   Can one of the admins verify this patch?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [carbondata] jackylk edited a comment on issue #3623: [CARBONDATA-3692] Support NoneCompression during loading data.

Posted by GitBox <gi...@apache.org>.
jackylk edited a comment on issue #3623: [CARBONDATA-3692] Support NoneCompression during loading data.
URL: https://github.com/apache/carbondata/pull/3623#issuecomment-586716370
 
 
   please push your changes to original PR

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [carbondata] ajantha-bhat commented on issue #3623: [CARBONDATA-3692] Support NoneCompression during loading data.

Posted by GitBox <gi...@apache.org>.
ajantha-bhat commented on issue #3623: [CARBONDATA-3692] Support NoneCompression during loading data.
URL: https://github.com/apache/carbondata/pull/3623#issuecomment-589526033
 
 
   @Pickupolddriver : push the review comment fixes to #3611 and close this PR

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [carbondata] jackylk commented on issue #3623: [CARBONDATA-3692] Support NoneCompression during loading data.

Posted by GitBox <gi...@apache.org>.
jackylk commented on issue #3623: [CARBONDATA-3692] Support NoneCompression during loading data.
URL: https://github.com/apache/carbondata/pull/3623#issuecomment-586716370
 
 
   please push to original PR

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [carbondata] Pickupolddriver closed pull request #3623: [CARBONDATA-3692] Support NoneCompression during loading data.

Posted by GitBox <gi...@apache.org>.
Pickupolddriver closed pull request #3623: [CARBONDATA-3692] Support NoneCompression during loading data.
URL: https://github.com/apache/carbondata/pull/3623
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [carbondata] ajantha-bhat commented on issue #3623: [CARBONDATA-3692] Support NoneCompression during loading data.

Posted by GitBox <gi...@apache.org>.
ajantha-bhat commented on issue #3623: [CARBONDATA-3692] Support NoneCompression during loading data.
URL: https://github.com/apache/carbondata/pull/3623#issuecomment-589525560
 
 
   add to whitelist

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services