Marton Greber has uploaded this change for review. ( 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 --- 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(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/86/19586/1 -- 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: newchange Gerrit-Change-Id: I09bc3fe54ea7b40ccefa046c668e3622794b22e9 Gerrit-Change-Number: 19586 Gerrit-PatchSet: 1 Gerrit-Owner: Marton Greber <[email protected]>
