Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20033 )
Change subject: [rpc] replace ConnectionId::Equals() with operator==() ...................................................................... [rpc] replace ConnectionId::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, just syntactic sugar. Change-Id: Iea46d847d5ae77075ed6f364abc7a39e39800d6d Reviewed-on: http://gerrit.cloudera.org:8080/20033 Reviewed-by: Abhishek Chennaka <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- M src/kudu/rpc/connection_id.cc M src/kudu/rpc/connection_id.h 2 files changed, 7 insertions(+), 4 deletions(-) Approvals: Abhishek Chennaka: Looks good to me, approved Alexey Serbin: Verified -- To view, visit http://gerrit.cloudera.org:8080/20033 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Iea46d847d5ae77075ed6f364abc7a39e39800d6d Gerrit-Change-Number: 20033 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
