Yifan Zhang has posted comments on this change. ( http://gerrit.cloudera.org:8080/13976 )
Change subject: [tools] Add table tools to delete column and alter column ...................................................................... Patch Set 4: (6 comments) http://gerrit.cloudera.org:8080/#/c/13976/3//COMMIT_MSG Commit Message: http://gerrit.cloudera.org:8080/#/c/13976/3//COMMIT_MSG@13 PS3, Line 13: kudu table a > kudu table alter_column Done http://gerrit.cloudera.org:8080/#/c/13976/3//COMMIT_MSG@14 PS3, Line 14: alter_type > alter_type Done http://gerrit.cloudera.org:8080/#/c/13976/3/src/kudu/tools/kudu-tool-test.cc File src/kudu/tools/kudu-tool-test.cc: http://gerrit.cloudera.org:8080/#/c/13976/3/src/kudu/tools/kudu-tool-test.cc@2927 PS3, Line 2927: dele > alter Done http://gerrit.cloudera.org:8080/#/c/13976/3/src/kudu/tools/kudu-tool-test.cc@3283 PS3, Line 3283: string master_addr = cluster_->master()->bound_rpc_addr().ToString(); > We will not check the writen data, so it's not needed to 'Start' Done http://gerrit.cloudera.org:8080/#/c/13976/3/src/kudu/tools/kudu-tool-test.cc@3364 PS3, Line 3364: ASSERT_STR_NOT_CONTAINS(table->schema().ToString(), kColumnName); > We have to check schema contains this column before deleting it. Done http://gerrit.cloudera.org:8080/#/c/13976/3/src/kudu/tools/tool_action_table.cc File src/kudu/tools/tool_action_table.cc: http://gerrit.cloudera.org:8080/#/c/13976/3/src/kudu/tools/tool_action_table.cc@174 PS3, Line 174: NOT_SUPPORTED = 0, > https://google.github.io/styleguide/cppguide.html#Enumerator_Names Done -- To view, visit http://gerrit.cloudera.org:8080/13976 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I228340e46fe48ffc782c4c7346f890444b8c550f Gerrit-Change-Number: 13976 Gerrit-PatchSet: 4 Gerrit-Owner: Yifan Zhang <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241) Gerrit-Reviewer: Yifan Zhang <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]> Gerrit-Comment-Date: Thu, 01 Aug 2019 11:00:01 +0000 Gerrit-HasComments: Yes
