Yingchun Lai has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18996
Change subject: KUDU-3353 [schema] Support to modify immutable attribute on column schema ...................................................................... KUDU-3353 [schema] Support to modify immutable attribute on column schema In the previous implemention of adding immutable attribute to column on C++ client side ec3a9f75b6924a70ecbf08e3805228ad9b92b9f0, it missed to alter column schema to add/remove immutable attribute. This patch implements it and adds some tests. Change-Id: I213957bfb3a87b8e1a92cfd340a2e806d192f9ba --- M src/kudu/client/client-test.cc M src/kudu/client/client.cc M src/kudu/client/schema.cc M src/kudu/common/common.proto M src/kudu/common/schema.cc M src/kudu/common/schema.h M src/kudu/common/wire_protocol.cc M src/kudu/integration-tests/alter_table-test.cc 8 files changed, 91 insertions(+), 8 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/96/18996/1 -- To view, visit http://gerrit.cloudera.org:8080/18996 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I213957bfb3a87b8e1a92cfd340a2e806d192f9ba Gerrit-Change-Number: 18996 Gerrit-PatchSet: 1 Gerrit-Owner: Yingchun Lai <[email protected]>
