Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/5018
to look at the new patch set (#2).
Change subject: python: check status result when setting row contents
......................................................................
python: check status result when setting row contents
The various PartialRow::Set*() functions return a Status to indicate an
error if an incorrect type is passed or when trying to set a NULL value
on a non-NULL column. We previously weren't checking these Status
results in the Python client.
Change-Id: I47be624de49d26de7a5c0b3af320e0bc907d70ad
---
M python/kudu/client.pyx
M python/kudu/tests/test_client.py
2 files changed, 15 insertions(+), 12 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/18/5018/2
--
To view, visit http://gerrit.cloudera.org:8080/5018
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I47be624de49d26de7a5c0b3af320e0bc907d70ad
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Jordan Birdsell <[email protected]>
Gerrit-Reviewer: Kudu Jenkins