GitHub user jackylk opened a pull request:
https://github.com/apache/incubator-carbondata/pull/252
[CARBONDATA-331] Modify Compressor interface and add no compression option
Modification in this PR:
1. Modify the compressor inteface to make it easier to add new compressors.
2. And add a DummyCompressor for not doing compression.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jackylk/incubator-carbondata dummy-compress
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/252.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #252
----
commit e90b96da57c084bfdfa8f8a81f5774b7dd1bbe43
Author: jackylk <[email protected]>
Date: 2016-10-19T14:48:02Z
change Compressor interface
commit acf8f7a5c4f907353a2713bb0573ffc1f1fa2c77
Author: jackylk <[email protected]>
Date: 2016-10-19T18:17:31Z
add dummy compressor
commit f22ca1d6938a6c90a057c53c23455241391ffbee
Author: jackylk <[email protected]>
Date: 2016-10-20T01:47:59Z
add example and fix style
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---