Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19765 )
Change subject: [client] fix API non-compliance in KuduUpsertIgnore ...................................................................... [client] fix API non-compliance in KuduUpsertIgnore Kudu C++ client API is still assumed to be C++98 compatible. That's an invariant that has been in place in the very beginning of 1.x version history, so it should be kept as-is unless changing the major version. Prior to this patch, client_examples-test.sh would fail while checking a standalone compilation of kudu/client/write_op.h This is a follow-up to ec3a9f75b6924a70ecbf08e3805228ad9b92b9f0. Change-Id: I83f4e65bc3811ac701f5908beb480b39ad413641 Reviewed-on: http://gerrit.cloudera.org:8080/19765 Reviewed-by: Abhishek Chennaka <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- M src/kudu/client/write_op.h 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Abhishek Chennaka: Looks good to me, approved Alexey Serbin: Verified -- To view, visit http://gerrit.cloudera.org:8080/19765 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I83f4e65bc3811ac701f5908beb480b39ad413641 Gerrit-Change-Number: 19765 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241) Gerrit-Reviewer: Yingchun Lai <[email protected]>
