You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Yifan Zhang (Code Review)" <ge...@cloudera.org> on 2019/08/01 10:53:01 UTC

[kudu-CR] [tools] Add table tools to delete column and alter column

Hello Tidy Bot, Yingchun Lai, Kudu Jenkins, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/13976

to look at the new patch set (#4).

Change subject: [tools] Add table tools to delete column and alter column
......................................................................

[tools] Add table tools to delete column and alter column

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. kudu table alter_column <master_addresses> <table_name> <column_name> <alter_type> [-alter_args=<args>]
<alter_type> could be 'set_default', 'remove_default', 'set_compression',
'set_encoding' or '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/4
-- 
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: newpatchset
Gerrit-Change-Id: I228340e46fe48ffc782c4c7346f890444b8c550f
Gerrit-Change-Number: 13976
Gerrit-PatchSet: 4
Gerrit-Owner: Yifan Zhang <ch...@163.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: Yingchun Lai <40...@qq.com>