Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16661 )
Change subject: KUDU-1563. Add UPDATE_IGNORE and DELETE_IGNORE operations ...................................................................... KUDU-1563. Add UPDATE_IGNORE and DELETE_IGNORE operations This patch adds an UPDATE_IGNORE operation which behaves like a normal UPDATE except a key not found error will not 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 a key not found error will not 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 Reviewed-on: http://gerrit.cloudera.org:8080/16661 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> Reviewed-by: Andrew Wong <[email protected]> --- 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 M src/kudu/tserver/tablet_server_authorization-test.cc 22 files changed, 507 insertions(+), 60 deletions(-) Approvals: Kudu Jenkins: Verified Alexey Serbin: Looks good to me, approved Andrew Wong: Looks good to me, approved -- 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: merged Gerrit-Change-Id: I11dfd06e8d4d22cf1097fe1ff01a1b97cafaf899 Gerrit-Change-Number: 16661 Gerrit-PatchSet: 8 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Alexey Serbin <[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)
