GitHub user kumarvishal09 opened a pull request:
https://github.com/apache/carbondata/pull/1888
[CARBONDATA-2101]Restrict direct query on pre aggregate and timeseries
datamap
**Restricting direct query on PreAggregate and timeseries data map
Added Property to run direct query on data map for testing purpose
validate.support.direct.query.on.datamap=true**
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [ ] Testing done
Added UT Test case
- [ ] 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/kumarvishal09/incubator-carbondata
Restrict_DirectQuery_OnDatamap
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1888.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 #1888
----
commit b5aaf49f289394f3800fa5e8b3133ba79ef0d869
Author: Manohar <manohar.crazy09@...>
Date: 2017-12-20T09:39:45Z
Restrict direct query on pre aggregate and timeseries datamap
----
---