GitHub user dhatchayani opened a pull request:
https://github.com/apache/carbondata/pull/2933 [WIP] Rearrange the projection list in the Scan
Rearrange the projection list in the Scan with respect to the requested projection columns from the query
- [ ] 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 project_cols
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2933.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2933
----
commit 6f57993be61f63436eb891bf0f327dddcb7fd32d
Author: dhatchayani <dhatcha.official@...>
Date: 2018-11-20T09:30:02Z
[WIP] Rearrange the projection list in the Scan
----
---