Yifan Zhang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/13976
Change subject: [tools] Add delete_column and alter_column tools ...................................................................... [tools] Add delete_column and alter_column tools This patch supports to delete column and alter column write_default value, encoding/compression type and block_size by command line tools. The command can be used as: 1. kudu table delete_column <master_addresses> <table_name> <column_name> 2. alter_column <master_addresses> <table_name> <column_name> <alter_type> [-alter_args=<args>] <alter_rype> could be 'set_default', 'remove_default', 'set_compression', 'set_encoding' and 'set_block_size'. Change-Id: I228340e46fe48ffc782c4c7346f890444b8c550f --- M src/kudu/client/schema.cc M src/kudu/client/schema.h M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/tool_action_table.cc 4 files changed, 317 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/76/13976/1 -- 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: newchange Gerrit-Change-Id: I228340e46fe48ffc782c4c7346f890444b8c550f Gerrit-Change-Number: 13976 Gerrit-PatchSet: 1 Gerrit-Owner: Yifan Zhang <[email protected]>
