GitHub user kunal642 opened a pull request:
https://github.com/apache/carbondata/pull/1508
[CARBONDATA-1738] Block direct insert/load on pre-aggregate table
Block load/insert on pre-aggregate table
- [X] Any interfaces changed?
No
- [X] Any backward compatibility impacted?
No
- [X] Document update required?
No
- [X] Testing done
Added test case
- [X] 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/kunal642/carbondata block_load_on_preagg
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1508.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 #1508
----
commit 9d48d35a93116ac53951ad6b9a3dc6e110075d36
Author: kunal642 <[email protected]>
Date: 2017-11-16T12:28:50Z
blocked direct insert/load on pre-aggregate table
----
---