GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/1826 [CARBONDATA-2048] Data delete should be rejected when insert overwrite is in progress
Add testcase and fix bug: data delete should be rejected when insert overwrite is in progress
- [X] Any interfaces changed?
No
- [X] Any backward compatibility impacted?
No
- [X] Document update required?
No
- [X] Testing done
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 add_testcase
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1826.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1826
----
commit 212074e5fbd1f2cd01ddf2b507bf0c65d4296a34
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-18T04:03:56Z
add test
commit b2acee20523e8f58bfea387bf2b692636c41d91e
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-18T04:09:20Z
update
----
---