You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/12/21 02:37:00 UTC

[jira] [Commented] (KUDU-3339) CLI to add a column

    [ https://issues.apache.org/jira/browse/KUDU-3339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17462936#comment-17462936 ] 

ASF subversion and git services commented on KUDU-3339:
-------------------------------------------------------

Commit 958248adf3ea70f12ab033e0041bfc5c922956af in kudu's branch refs/heads/master from shenxingwuying
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=958248a ]

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 <ac...@gmail.com>


> CLI to add a column
> -------------------
>
>                 Key: KUDU-3339
>                 URL: https://issues.apache.org/jira/browse/KUDU-3339
>             Project: Kudu
>          Issue Type: Improvement
>            Reporter: shenxingwuying
>            Priority: Trivial
>
> I have found the kudu tool support deleting a column but does not supprt adding a column
>  
> here is the cr, https://gerrit.cloudera.org/c/17851/



--
This message was sent by Atlassian Jira
(v8.20.1#820001)