GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/1447
[CARBONDATA-1611] Reject Update and Delete operation for streaming table
Streaming table is not mutable, data update and delete operation should be
rejected.
An exception will be thrown in the scenario.
- [X] Any interfaces changed?
No
- [X] Any backward compatibility impacted?
No
- [X] Document update required?
Yes
- [ ] Testing done
Yes, one testcase added
- [X] 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/jackylk/incubator-carbondata block_iud
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1447.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 #1447
----
commit f050774de36e0fe8fb16495f3e8c5cf941e9690d
Author: Jacky Li <[email protected]>
Date: 2017-10-29T16:01:21Z
block iud
----
---