Hello Kudu Jenkins, Abhishek Chennaka,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/20032
to look at the new patch set (#2).
Change subject: [rpc] replace UserCredentials::Equals() with operator==()
......................................................................
[rpc] replace UserCredentials::Equals() with operator==()
The motivation for this change is a realisation that methods like
Equals() look a bit funny in C++ code since the language supports
much more expressive and readable notation for comparing objects.
This patch doesn't contain any functional changes.
Change-Id: Ic8e1b223e2f8f5345b339568902a485c833e7d86
---
M src/kudu/rpc/connection_id.cc
M src/kudu/rpc/user_credentials.cc
M src/kudu/rpc/user_credentials.h
3 files changed, 10 insertions(+), 8 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/32/20032/2
--
To view, visit http://gerrit.cloudera.org:8080/20032
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic8e1b223e2f8f5345b339568902a485c833e7d86
Gerrit-Change-Number: 20032
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)