Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20032 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/20032 Reviewed-by: Abhishek Chennaka <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- 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(-) Approvals: Abhishek Chennaka: Looks good to me, approved Alexey Serbin: Verified -- 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: merged Gerrit-Change-Id: Ic8e1b223e2f8f5345b339568902a485c833e7d86 Gerrit-Change-Number: 20032 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)
