Todd Lipcon has posted comments on this change. Change subject: util: add Status::AndThen combinator ......................................................................
Patch Set 1: (2 comments) http://gerrit.cloudera.org:8080/#/c/7399/1/src/kudu/util/status.h File src/kudu/util/status.h: Line 162: Status& operator=(Status&& s); > ignoring. I think you can add // NOLINT if you want to get rid of it Line 178: /// .CloneAndPrepend("failed to write to example file"); this pattern seems a little suspect because it always eager-evaluates the argument of CloneAndPrepend, but I guess we can just keep an eye out for that? -- To view, visit http://gerrit.cloudera.org:8080/7399 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ia6e1a79ff95406825d4238a8157d242252562805 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
