You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/03/13 05:38:00 UTC

[jira] [Commented] (IMPALA-6918) Implement COMMENT ON COLUMN

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

ASF subversion and git services commented on IMPALA-6918:
---------------------------------------------------------

Commit 8cd6c290fa13eefaa3153420d211bc919732e47d in impala's branch refs/heads/2.x from Fredy Wijaya
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=8cd6c29 ]

IMPALA-6918: Implement COMMENT ON COLUMN

This patch implements updating comment on column table or view.

Syntax:
-- Add a comment 'comment' into column: db.table_or_view.col
COMMENT ON COLUMN db.table_or_view.col IS 'comment'

-- Delete a comment from column: db.table_or_view.col
COMMENT ON COLUMN db.table_or_view.col IS NULL

Testing:
- Added new front-end tests
- Ran all front-end tests
- Added new end-to-end tests
- Ran end-to-end DDL tests

Change-Id: I8976705b27e98c1540941d0a6cba0e18bad48437
Reviewed-on: http://gerrit.cloudera.org:8080/10754
Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


> Implement COMMENT ON COLUMN
> ---------------------------
>
>                 Key: IMPALA-6918
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6918
>             Project: IMPALA
>          Issue Type: Sub-task
>          Components: Frontend
>            Reporter: Fredy Wijaya
>            Assignee: Fredy Wijaya
>            Priority: Minor
>             Fix For: Impala 3.1.0
>
>
> Syntax:
> {noformat}
> COMMENT ON COLUMN my_table.my_column IS 'Employee ID Number';{noformat}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org