GitHub user bhavya411 opened a pull request:
https://github.com/apache/carbondata/pull/1538
[CARBONDATA-1779] GenericVectorizedReader
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- No interfaces changed?
- No backward compatibility impacted?
- No Document update required?
- [ Yes] Testing done
- All Unit test cases are passing, no new unit test cases were
needed as this PR implements a Generic Vectorized Reader.
- Manual Testing completed for the same .
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bhavya411/incubator-carbondata CARBONDATA-1779
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1538.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 #1538
----
commit ef28391c656cc2d20082e52dd4ab729b0992cfb3
Author: Bhavya <[email protected]>
Date: 2017-11-14T10:05:44Z
Added Generic vectorized Reader
----
---