Todd Lipcon has submitted this change and it was merged. Change subject: KUDU-1637 - [python] Add Support for < and > Predicates ......................................................................
KUDU-1637 - [python] Add Support for < and > Predicates Currently the python client doesn't support < and > predicates. This patch adds that support and includes changes to existing tests. Change-Id: Ic78dcf58949277fc8363d4d5b3bfa6067932a823 Reviewed-on: http://gerrit.cloudera.org:8080/4524 Tested-by: Kudu Jenkins Reviewed-by: David Ribeiro Alves <[email protected]> --- M python/kudu/client.pyx M python/kudu/libkudu_client.pxd M python/kudu/tests/test_scanner.py M python/kudu/tests/test_scantoken.py 4 files changed, 9 insertions(+), 3 deletions(-) Approvals: David Ribeiro Alves: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4524 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic78dcf58949277fc8363d4d5b3bfa6067932a823 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Jordan Birdsell <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
