Hello Wes McKinney,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/1989
to review the following change.
Change subject: [python] - Allow null values
......................................................................
[python] - Allow null values
Currently scanning a column with null values causes a crash when
the client tries to get the null value.
This adds an is_null() check so that we add 'None' to the tuple
if the value is null in the tablet.
This also alters the scanner test to produce and read null values.
Change-Id: I0264c30d1177b31c92db1669c6b1883d1ec691ba
---
M python/kudu/client.pyx
M python/kudu/tests/test_scanner.py
2 files changed, 14 insertions(+), 6 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/89/1989/1
--
To view, visit http://gerrit.cloudera.org:8080/1989
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0264c30d1177b31c92db1669c6b1883d1ec691ba
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: David Ribeiro Alves <[email protected]>
Gerrit-Reviewer: Wes McKinney <[email protected]>