You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Andrew Wong (Code Review)" <ge...@cloudera.org> on 2018/04/04 19:44:42 UTC

[kudu-CR] KUDU-16: python client support for limits

Hello Kudu Jenkins, Todd Lipcon, 

I'd like you to reexamine a change. Please visit

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

to look at the new patch set (#2).

Change subject: KUDU-16: python client support for limits
......................................................................

KUDU-16: python client support for limits

This patch allows python client users to impose a limit on the number of
rows returned by a single scanner.

Change-Id: I49e24ff45c7dd359b400e4270fe7573305075b39
---
M python/kudu/client.pyx
M python/kudu/libkudu_client.pxd
M python/kudu/tests/test_scanner.py
3 files changed, 25 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/24/9924/2
-- 
To view, visit http://gerrit.cloudera.org:8080/9924
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I49e24ff45c7dd359b400e4270fe7573305075b39
Gerrit-Change-Number: 9924
Gerrit-PatchSet: 2
Gerrit-Owner: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>