Jianxi Li created CARBONDATA-3692:
-------------------------------------
Summary: Support NoneCompress in loading data
Key: CARBONDATA-3692
URL:
https://issues.apache.org/jira/browse/CARBONDATA-3692 Project: CarbonData
Issue Type: New Feature
Components: core
Reporter: Jianxi Li
h3. *Why this Issue is 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.
h3. *What changes were proposed in this Issue?*
Provide a new Compressor as NoneCompressor implement the AbstractCompressor.
This compressor can be set by calling
_CarbonProperties.getInstance().addProperty(CarbonCommonConstants.COMPRESSOR,_
_"none");_
h3. Does this MR introduce any usert interface cahnge?
No.
h3. Is any new test case added?
Yes, the test cases added in TestLoadDatawithCompression.scala
--
This message was sent by Atlassian Jira
(v8.3.4#803005)