GitHub user Indhumathi27 opened a pull request:
https://github.com/apache/carbondata/pull/2535
[CARBONDATA-2606]Fix Complex array Pushdown
**What is PR for?**
Check for if Complex Column contains ArrayType at n levels and add parent
to projection if contains array.
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [ ] Testing done
- [ ] 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/Indhumathi27/carbondata arrayfix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2535.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 #2535
----
commit e5b3d345d8054eaf1f326e70a2ab3453e9e1c153
Author: Indhumathi27 <indhumathim27@...>
Date: 2018-07-21T10:46:21Z
[CARBONDATA-2606]Fix Complex array Pushdown
----
---