GitHub user rahulforallp opened a pull request:
https://github.com/apache/carbondata/pull/1623
[CARBONDATA-1866] [WIP] refactored CarbonLateDecodeRule to split different
â¦
â¦rule for better usablity
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [X] Any interfaces changed? **No**
- [X] Any backward compatibility impacted? **No**
- [X] Document update required? **No**
- [X] Testing done
This PR contains refactored code of **CarbonLateDecodeRule** . So
no new test-case required.
Only UT, FT and SDV test success report required from CI.
- [X] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rahulforallp/incubator-carbondata
CARBONDATA-1866
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1623.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 #1623
----
commit 115c78fa8f2c7e8b9acc1cb4132409f693b12135
Author: rahulforallp <[email protected]>
Date: 2017-12-06T09:52:44Z
[CARBONDATA-1866] refactored CarbonLateDecodeRule to split different rule
for better usablity
----
---