Adar Dembo has posted comments on this change. ( http://gerrit.cloudera.org:8080/10581 )
Change subject: KUDU-2191: Add a method to decide the scope of AlterTable ...................................................................... Patch Set 5: (2 comments) Would like Dan to review this too. http://gerrit.cloudera.org:8080/#/c/10581/5/src/kudu/client/client.cc File src/kudu/client/client.cc: http://gerrit.cloudera.org:8080/#/c/10581/5/src/kudu/client/client.cc@1144 PS5, Line 1144: if (kudu_only) { This doesn't do the right thing if you call system(true) followed by system(false). It's certainly contrived, but it's easy to make it work properly, so we may as well. http://gerrit.cloudera.org:8080/#/c/10581/4/src/kudu/master/master.proto File src/kudu/master/master.proto: http://gerrit.cloudera.org:8080/#/c/10581/4/src/kudu/master/master.proto@571 PS4, Line 571: ALL_SYSTEMS = 0; > Hmm, I used ALL_SYSTEMS because it seems SystemType is not needed to refer I see. I thought C++11 protoc generated enum classes. Guess not. -- To view, visit http://gerrit.cloudera.org:8080/10581 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I703f12b95bb7ca2d65455f0f0602520332b3c678 Gerrit-Change-Number: 10581 Gerrit-PatchSet: 5 Gerrit-Owner: Hao Hao <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Comment-Date: Mon, 11 Jun 2018 19:56:17 +0000 Gerrit-HasComments: Yes
