You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/05 21:41:50 UTC

[kudu-CR](branch-0.7.0) [python] - Allow to set a lower/upper bound on the scanner

David Ribeiro Alves has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/2072

Change subject: [python] - Allow to set a lower/upper bound on the scanner
......................................................................

[python] - Allow to set a lower/upper bound on the scanner

This allows to set a lower/upper band on the scanner pretty much
like the c++ client does.

Change-Id: Ie7943c913cec957015202ae0d8f8a4add0096fc0
Reviewed-on: http://gerrit.cloudera.org:8080/2030
Tested-by: Kudu Jenkins
Reviewed-by: Wes McKinney <we...@cloudera.com>
Reviewed-by: Todd Lipcon <to...@apache.org>
(cherry picked from commit 4294cbe594c7febd6a763ed6e336bc3bf979d6b1)
---
M python/kudu/client.pyx
M python/kudu/libkudu_client.pxd
M python/kudu/schema.pxd
M python/kudu/tests/test_scanner.py
4 files changed, 72 insertions(+), 3 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie7943c913cec957015202ae0d8f8a4add0096fc0
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: branch-0.7.0
Gerrit-Owner: David Ribeiro Alves <da...@cloudera.com>