Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19586 )
Change subject: [Python] Add support for immutable column ...................................................................... [Python] Add support for immutable column This patch is a followup on: f20dcf57ad76e9b1bb57fe60b27ea3a8f02df233, it introduces the immutable column type in the Python client. There is a slight difference compared to the C++ API. In the C++ client one can set two type of KuduColumnSpec: immutable or mutable. In the Python client there is a single mutable ColumnSpec, which accepts a boolean value. This is not a new type of difference between the clients, for example the nullability works the same way, in terms of client implementations. Change-Id: I09bc3fe54ea7b40ccefa046c668e3622794b22e9 Reviewed-on: http://gerrit.cloudera.org:8080/19586 Tested-by: Kudu Jenkins Reviewed-by: Yingchun Lai <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M python/kudu/libkudu_client.pxd M python/kudu/schema.pyx M python/kudu/tests/test_client.py M python/kudu/tests/test_schema.py 4 files changed, 135 insertions(+), 0 deletions(-) Approvals: Kudu Jenkins: Verified Yingchun Lai: Looks good to me, approved Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/19586 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I09bc3fe54ea7b40ccefa046c668e3622794b22e9 Gerrit-Change-Number: 19586 Gerrit-PatchSet: 6 Gerrit-Owner: Marton Greber <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]>
