GitHub user Indhumathi27 opened a pull request:
https://github.com/apache/carbondata/pull/2896
[WIP] Select Filter fails for Legacy store if DirectVecorFill is enabled
**Why this PR?**
When **isDirectVectorFill** is set to true, Select filter fails in Legacy
Store throwing UnsupportedOperationException
**Solution:**
Set **isDirectVectorFill** to false for Legacy store
- [ ] 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 scan_comp
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2896.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 #2896
----
commit c2af1dc8ed8ea9ec5671d3fa107007c338ecbbef
Author: Indhumathi27 <indhumathim27@...>
Date: 2018-11-05T10:42:24Z
[CARBONDATA-3075] Select Filter fails for Legacy store if DirectVectorFill
is enabled
----
---