Adar Dembo has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12849 )
Change subject: KUDU-1711: ColumnSchema supports storing column comment ...................................................................... KUDU-1711: ColumnSchema supports storing column comment This patch intends to support storing column comment in ColumnSchema, and the comment is displayed on the 'master:port/table?id=uuid' and 'tserver:port/tablet?id=uuid'. Note: in this patch c++ client has been added 'Comment()' API, but other clients are not yet. Change-Id: I82d3228100c262cc4a5c63eaf696927c88bc8990 Reviewed-on: http://gerrit.cloudera.org:8080/12849 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> --- M src/kudu/client/batcher.cc M src/kudu/client/client-test.cc M src/kudu/client/schema-internal.h M src/kudu/client/schema.cc M src/kudu/client/schema.h M src/kudu/client/table_alterer-internal.cc M src/kudu/common/common.proto M src/kudu/common/schema-test.cc M src/kudu/common/schema.cc M src/kudu/common/schema.h M src/kudu/common/wire_protocol.cc M src/kudu/common/wire_protocol.h M src/kudu/master/catalog_manager.cc M src/kudu/server/webui_util.cc M www/table.mustache M www/tablet.mustache 16 files changed, 253 insertions(+), 26 deletions(-) Approvals: Kudu Jenkins: Verified Adar Dembo: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/12849 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I82d3228100c262cc4a5c63eaf696927c88bc8990 Gerrit-Change-Number: 12849 Gerrit-PatchSet: 10 Gerrit-Owner: helifu <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241) Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: helifu <[email protected]>
