Alexey Serbin has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/8268 )

Change subject: master: miscellaneous cleanup
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/8268/1/src/kudu/master/catalog_manager.cc
File src/kudu/master/catalog_manager.cc:

http://gerrit.cloudera.org:8080/#/c/8268/1/src/kudu/master/catalog_manager.cc@1350
PS1, Line 1350:       s = Status::AlreadyPresent(Substitute("New table name $0 
is already reserved", req.name()));
              :       return SetError(MasterErrorPB::TABLE_ALREADY_PRESENT, s
nit: it might be just

return SetError(MasterErrorPB::TABLE_ALREADY_PRESENT, 
Status::AlreadyPresent(Substitute("New table name $0 is already reserved", 
req.name())));



--
To view, visit http://gerrit.cloudera.org:8080/8268
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I94a1f5d476d30a959a056040b3eb30dfebcc9378
Gerrit-Change-Number: 8268
Gerrit-PatchSet: 1
Gerrit-Owner: Dan Burkert <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Comment-Date: Fri, 13 Oct 2017 01:31:26 +0000
Gerrit-HasComments: Yes

Reply via email to