Hello Alexey Serbin, Yingchun Lai, Attila Bukor, Kudu Jenkins, Abhishek
Chennaka,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/19586
to look at the new patch set (#3).
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/3
--
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: newpatchset
Gerrit-Change-Id: I09bc3fe54ea7b40ccefa046c668e3622794b22e9
Gerrit-Change-Number: 19586
Gerrit-PatchSet: 3
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: Yingchun Lai <[email protected]>