GitHub user ajantha-bhat opened a pull request:
https://github.com/apache/carbondata/pull/2870 [HOTFIX] Handle Lazy loading with inverted index for ColumnarVectorWrapperDirectWithInvertedIndex
when the lazy loading with an inverted index,
getBlockDataType() was not implemented for ColumnarVectorWrapperDirectWithInvertedIndex.
So, Added implementation.
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ ] Any interfaces changed? NA
- [ ] Any backward compatibility impacted? NA
- [ ] Document update required? NA
- [ ] Testing done
yes.
- [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. NA
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/ajantha-bhat/carbondata issue_fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2870.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2870
----
commit a613ec53c44fbacaf436e4bdb698532a12ecff1c
Author: ajantha-bhat <ajanthabhat@...>
Date: 2018-10-29T07:03:55Z
handle vector filling with inverted index
----
---