You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2023/04/19 00:02:36 UTC

[kudu-CR] [client] fix API non-compliance in KuduUpsertIgnore

Alexey Serbin has uploaded this change for review. ( 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.

This is a follow-up to ec3a9f75b6924a70ecbf08e3805228ad9b92b9f0.

Change-Id: I83f4e65bc3811ac701f5908beb480b39ad413641
---
M src/kudu/client/write_op.h
1 file changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/65/19765/1
-- 
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: newchange
Gerrit-Change-Id: I83f4e65bc3811ac701f5908beb480b39ad413641
Gerrit-Change-Number: 19765
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <al...@apache.org>

[kudu-CR] [client] fix API non-compliance in KuduUpsertIgnore

Posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org>.
Hello Tidy Bot, Kudu Jenkins, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/19765

to look at the new patch set (#2).

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
---
M src/kudu/client/write_op.h
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/65/19765/2
-- 
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: newpatchset
Gerrit-Change-Id: I83f4e65bc3811ac701f5908beb480b39ad413641
Gerrit-Change-Number: 19765
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <al...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)

[kudu-CR] [client] fix API non-compliance in KuduUpsertIgnore

Posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org>.
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 <ac...@cloudera.com>
Tested-by: Alexey Serbin <al...@apache.org>
---
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 <al...@apache.org>
Gerrit-Reviewer: Abhishek Chennaka <ac...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <al...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: Yingchun Lai <la...@apache.org>

[kudu-CR] [client] fix API non-compliance in KuduUpsertIgnore

Posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org>.
Alexey Serbin has removed a vote on this change.

Change subject: [client] fix API non-compliance in KuduUpsertIgnore
......................................................................


Removed Verified-1 by Kudu Jenkins (120)
-- 
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: deleteVote
Gerrit-Change-Id: I83f4e65bc3811ac701f5908beb480b39ad413641
Gerrit-Change-Number: 19765
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <al...@apache.org>
Gerrit-Reviewer: Abhishek Chennaka <ac...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <al...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: Yingchun Lai <la...@apache.org>

[kudu-CR] [client] fix API non-compliance in KuduUpsertIgnore

Posted by "Yingchun Lai (Code Review)" <ge...@cloudera.org>.
Yingchun Lai has posted comments on this change. ( http://gerrit.cloudera.org:8080/19765 )

Change subject: [client] fix API non-compliance in KuduUpsertIgnore
......................................................................


Patch Set 3:

Thanks for the fix.


-- 
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: comment
Gerrit-Change-Id: I83f4e65bc3811ac701f5908beb480b39ad413641
Gerrit-Change-Number: 19765
Gerrit-PatchSet: 3
Gerrit-Owner: Alexey Serbin <al...@apache.org>
Gerrit-Reviewer: Abhishek Chennaka <ac...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <al...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: Yingchun Lai <la...@apache.org>
Gerrit-Comment-Date: Wed, 19 Apr 2023 11:47:01 +0000
Gerrit-HasComments: No

[kudu-CR] [client] fix API non-compliance in KuduUpsertIgnore

Posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org>.
Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/19765 )

Change subject: [client] fix API non-compliance in KuduUpsertIgnore
......................................................................


Patch Set 2: Verified+1

unrelated flakiness in
 * TxnOpDispatcherITest.TxnWriteWhileReplicaDeleted
 * TxnOpDispatcherITest.TxnWriteWhenReplicaIsShutdown


-- 
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: comment
Gerrit-Change-Id: I83f4e65bc3811ac701f5908beb480b39ad413641
Gerrit-Change-Number: 19765
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <al...@apache.org>
Gerrit-Reviewer: Abhishek Chennaka <ac...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <al...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: Yingchun Lai <la...@apache.org>
Gerrit-Comment-Date: Wed, 19 Apr 2023 01:37:24 +0000
Gerrit-HasComments: No

[kudu-CR] [client] fix API non-compliance in KuduUpsertIgnore

Posted by "Abhishek Chennaka (Code Review)" <ge...@cloudera.org>.
Abhishek Chennaka has posted comments on this change. ( http://gerrit.cloudera.org:8080/19765 )

Change subject: [client] fix API non-compliance in KuduUpsertIgnore
......................................................................


Patch Set 2: Code-Review+2


-- 
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: comment
Gerrit-Change-Id: I83f4e65bc3811ac701f5908beb480b39ad413641
Gerrit-Change-Number: 19765
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <al...@apache.org>
Gerrit-Reviewer: Abhishek Chennaka <ac...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: Yingchun Lai <la...@apache.org>
Gerrit-Comment-Date: Wed, 19 Apr 2023 00:21:37 +0000
Gerrit-HasComments: No