Alexey Serbin has uploaded this change for review. (
http://gerrit.cloudera.org:8080/23409
Change subject: [client] fix ClangTidy warning in schema.cc
......................................................................
[client] fix ClangTidy warning in schema.cc
This is to address the following ClangTidy's warning:
src/kudu/client/schema.cc:173:5: warning: switch has 3 consecutive identical
branches [bugprone-branch-clone]
case kudu::DECIMAL32: return KuduColumnSchema::DECIMAL;
^
This changelist doesn't contain any functional modifications.
Change-Id: I11745a942d7d4c9c2711fcb279e13dec197ce582
---
M src/kudu/client/schema.cc
1 file changed, 4 insertions(+), 3 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/09/23409/1
--
To view, visit http://gerrit.cloudera.org:8080/23409
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I11745a942d7d4c9c2711fcb279e13dec197ce582
Gerrit-Change-Number: 23409
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>