GitHub user manishnalla1994 opened a pull request:
https://github.com/apache/carbondata/pull/2747
[CARBONDATA-2960] SDK Reader fix with projection columns
SDK Reader was not working when all projection columns were given.
Added exception for Complex child projections too.
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [x] 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/manishnalla1994/carbondata reader_fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2747.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 #2747
----
commit 1c458df5ca3c274a3028bc8263c9b2758588c4e6
Author: Manish Nalla <manishnalla1994@...>
Date: 2018-09-21T13:54:01Z
SDK Reader with Default Projection
commit b684ab22d42d749364de8a46317b4c43a2d67d2c
Author: Manish Nalla <manishnalla1994@...>
Date: 2018-09-21T14:05:38Z
SDK Reader with Default Projection(1)
----
---