[
https://issues.apache.org/jira/browse/KUDU-968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Henke resolved KUDU-968.
------------------------------
Resolution: Duplicate
Fix Version/s: n/a
> Allow double-deletes of rows if requested.
> ------------------------------------------
>
> Key: KUDU-968
> URL: https://issues.apache.org/jira/browse/KUDU-968
> Project: Kudu
> Issue Type: Improvement
> Components: client
> Affects Versions: 1.2.0
> Reporter: Martin Grund
> Priority: Major
> Fix For: n/a
>
>
> When issuing a DELETE stmt from Impala that performs a joint it is possible
> that the generated set of rows is not distinct, which can lead to double
> deletes of single rows. Right now, we iterate over the errors in the session
> and ignore {{Status::IsNotFound}}. In the future, it would be nice to simply
> pass a flag to {{KuduTable::NewDelete}} that does not propagate those errors
> back to the client.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)