Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CARBONDATA-3692] Support NoneCompression during loading data. #3611

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 11, 2020

  1. [CARBONDATA-3692] Support NoneCompression during loading data.

    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
    Pickupolddriver committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    30267a9 View commit details
    Browse the repository at this point in the history