[email protected] has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/10072


Change subject: KUDU-2399: Support IS NULL / IS NOT NULL predicates in Python
......................................................................

KUDU-2399: Support IS NULL / IS NOT NULL predicates in Python

Add is_null and is_not_null predicates in kudu-python. Had to change the 
KuduTestBase and TestScanner to default to None and not replace None with 
'nothing' so I could write tests for null predicates. I also fixed the 
test_scan_rows_string_predicate_and_projection test since it was missing the 
projections and failing.

Change-Id: I52a22d6d8a8fe9a6049270596eb131799c37f82f
---
M python/kudu/client.pyx
M python/kudu/libkudu_client.pxd
M python/kudu/tests/common.py
M python/kudu/tests/test_scanner.py
M python/kudu/tests/util.py
5 files changed, 93 insertions(+), 10 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/72/10072/1
--
To view, visit http://gerrit.cloudera.org:8080/10072
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I52a22d6d8a8fe9a6049270596eb131799c37f82f
Gerrit-Change-Number: 10072
Gerrit-PatchSet: 1
Gerrit-Owner: [email protected]

Reply via email to