Hello Mahesh Reddy, Tidy Bot, Attila Bukor, Kudu Jenkins, Andrew Wong, Bankim
Bhavsar,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/16661
to look at the new patch set (#5).
Change subject: KUDU-1563. Add an UPDATE_IGNORE and DELETE_IGNORE operations
......................................................................
KUDU-1563. Add an UPDATE_IGNORE and DELETE_IGNORE operations
This patch adds an `UPDATE_IGNORE' operation which behaves like
a normal `UPDATE` except in the case when a key not found error
would be raised by the primary key having not been previously inserted.
This patch also adds a `DELETE_IGNORE' operation which behaves like
a normal `DELETE` except in the case when a key not found error
would be raised by the primary key having not been previously inserted.
Follow on patches will add more client support.
Note: This patch is a follow on to https://gerrit.cloudera.org/#/c/4491/.
Change-Id: I11dfd06e8d4d22cf1097fe1ff01a1b97cafaf899
---
M src/kudu/client/client-test.cc
M src/kudu/client/client.cc
M src/kudu/client/client.h
M src/kudu/client/write_op.cc
M src/kudu/client/write_op.h
M src/kudu/common/row_operations-test.cc
M src/kudu/common/row_operations.cc
M src/kudu/common/row_operations.h
M src/kudu/common/wire_protocol.proto
M src/kudu/integration-tests/fuzz-itest.cc
M src/kudu/tablet/local_tablet_writer.h
M src/kudu/tablet/ops/op.cc
M src/kudu/tablet/ops/op.h
M src/kudu/tablet/ops/write_op.cc
M src/kudu/tablet/tablet-test.cc
M src/kudu/tablet/tablet.cc
M src/kudu/tablet/tablet.h
M src/kudu/tablet/tablet_bootstrap.cc
M src/kudu/tablet/tablet_metrics.cc
M src/kudu/tablet/tablet_metrics.h
M src/kudu/tablet/tablet_random_access-test.cc
21 files changed, 482 insertions(+), 60 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/61/16661/5
--
To view, visit http://gerrit.cloudera.org:8080/16661
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I11dfd06e8d4d22cf1097fe1ff01a1b97cafaf899
Gerrit-Change-Number: 16661
Gerrit-PatchSet: 5
Gerrit-Owner: Grant Henke <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Attila Bukor <[email protected]>
Gerrit-Reviewer: Bankim Bhavsar <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Mahesh Reddy <[email protected]>
Gerrit-Reviewer: Tidy Bot (241)