Yingchun Lai has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17851 )
Change subject: KUDU-3339 [tool] CLI to add a column ...................................................................... KUDU-3339 [tool] CLI to add a column usage: kudu table add_column <master_addresses> <table_name> \ <column_name> <data_type> [-encoding_type=<type>] \ [-compression_type=<type>] [-default_value=<value>] \ [-comment=<comment>] Change-Id: I93e6c2af07e9fa5aa909b4a09b79b7c54401d4e3 Reviewed-on: http://gerrit.cloudera.org:8080/17851 Tested-by: Kudu Jenkins Reviewed-by: Yingchun Lai <[email protected]> --- 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, 155 insertions(+), 0 deletions(-) Approvals: Kudu Jenkins: Verified Yingchun Lai: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/17851 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I93e6c2af07e9fa5aa909b4a09b79b7c54401d4e3 Gerrit-Change-Number: 17851 Gerrit-PatchSet: 11 Gerrit-Owner: Anonymous Coward <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Bankim Bhavsar <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yingchun Lai <[email protected]>
