Todd Lipcon has submitted this change and it was merged. Change subject: Fix all 'misc-string-compare' warnings from clang-tidy ......................................................................
Fix all 'misc-string-compare' warnings from clang-tidy See https://clang.llvm.org/extra/clang-tidy/checks/misc-string-compare.html for details (auto-generated using clang-tidy --fix with only this check enabled) Change-Id: I18e609172eda7793f79ed9bb8ddafdf3b85d5fb0 Reviewed-on: http://gerrit.cloudera.org:8080/7131 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M src/kudu/common/partition.cc M src/kudu/util/compression/compression_codec.cc 2 files changed, 6 insertions(+), 6 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/7131 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I18e609172eda7793f79ed9bb8ddafdf3b85d5fb0 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
