Hello Alexey Serbin, Abhishek Chennaka,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/19922
to review the following change.
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(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/22/19922/1
--
To view, visit http://gerrit.cloudera.org:8080/19922
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: branch-1.17.x
Gerrit-MessageType: newchange
Gerrit-Change-Id: I83f4e65bc3811ac701f5908beb480b39ad413641
Gerrit-Change-Number: 19922
Gerrit-PatchSet: 1
Gerrit-Owner: Yingchun Lai <[email protected]>
Gerrit-Reviewer: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>