Alexey Serbin has submitted this change and it was merged. ( 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 implementation 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 Reviewed-on: http://gerrit.cloudera.org:8080/18996 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- 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, 93 insertions(+), 10 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: I213957bfb3a87b8e1a92cfd340a2e806d192f9ba Gerrit-Change-Number: 18996 Gerrit-PatchSet: 4 Gerrit-Owner: Yingchun Lai <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yifan Zhang <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]>
