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/05/08 19:01:00 UTC

[jira] [Commented] (KUDU-3164) Support table comment in Hive Metastore Integration

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

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

Commit a7018179125c49f519600c7f8b284e8bd83e0a38 in kudu's branch refs/heads/master from Grant Henke
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=a701817 ]

KUDU-3164: Add table comment support to Kudu

This patch adds the basic plumbing for table comments,
synchronizing comments with HMS both using the
notification log listener and via tooling, and setting the
comment on CREATE TABLE and ALTER TABLE requests in
the C++ client.

The maximum comment length is 256 characters by default
which aligns with HMS/Apache Impala maximum comment
lengths, but it's configurable with the
max_table_comment_length flag.

Supporting this in the Java and Python clients, and backup
and restore jobs will come in follow on patches.

Change-Id: Ic4dbf4018c38fdd0c7f748f4dfc26816f22bd5b2
Reviewed-on: http://gerrit.cloudera.org:8080/17399
Tested-by: Kudu Jenkins
Reviewed-by: Alexey Serbin <as...@cloudera.com>


> Support table comment in Hive Metastore Integration
> ---------------------------------------------------
>
>                 Key: KUDU-3164
>                 URL: https://issues.apache.org/jira/browse/KUDU-3164
>             Project: Kudu
>          Issue Type: New Feature
>            Reporter: Quanlong Huang
>            Assignee: Grant Henke
>            Priority: Critical
>
> When Hive Metastore Integration is enabled, tables are created by Kudu. However, Impala can't pass the table comment since the CreateTable API doesn't have arguments for table comments, which results in lossing the table comments.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)