David Ribeiro Alves has submitted this change and it was merged. 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 <[email protected]> Reviewed-by: Todd Lipcon <[email protected]> --- 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(-) Approvals: Wes McKinney: Looks good to me, but someone else must approve Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2030 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie7943c913cec957015202ae0d8f8a4add0096fc0 Gerrit-PatchSet: 5 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Wes McKinney <[email protected]>
