Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16661
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-base.h 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 22 files changed, 454 insertions(+), 58 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/61/16661/1 -- 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: newchange Gerrit-Change-Id: I11dfd06e8d4d22cf1097fe1ff01a1b97cafaf899 Gerrit-Change-Number: 16661 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
