GitHub user dhatchayani opened a pull request:
https://github.com/apache/carbondata/pull/3062 [WIP][CARBONDATA-3241] Refactor the requested scan columns and the projection columns
Refactor the requested columns methods by changing both the scan list and the projection list together.
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [x] Testing done
Existing UT
- [ ] 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/dhatchayani/carbondata CARBONDATA-3241
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/3062.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3062
----
commit 5f106d70737bd3982df855144f8d7bc18635c634
Author: dhatchayani <dhatcha.official@...>
Date: 2019-01-10T09:30:51Z
[CARBONDATA-3241] Refactor the requested scan columns and the projection columns
----
---