Hello Alexey Serbin, Yifan Zhang, Abhishek Chennaka,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/18996
to look at the new patch set (#2).
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, 93 insertions(+), 10 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/96/18996/2
--
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: newpatchset
Gerrit-Change-Id: I213957bfb3a87b8e1a92cfd340a2e806d192f9ba
Gerrit-Change-Number: 18996
Gerrit-PatchSet: 2
Gerrit-Owner: Yingchun Lai <[email protected]>
Gerrit-Reviewer: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Yifan Zhang <[email protected]>
Gerrit-Reviewer: Yingchun Lai <[email protected]>