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:42:13 UTC

[kudu-CR](branch-0.7.0) [python] - Make the python client adopt the new KuduScanBatch

David Ribeiro Alves has uploaded a new change for review.

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

Change subject: [python] - Make the python client adopt the new KuduScanBatch
......................................................................

[python] - Make the python client adopt the new KuduScanBatch

This makes the python client adopt the new KuduScanBatch and use
it instead of a vector of KuduRowResult.

Change-Id: Id482f6a6ea3aa112d2a599898d3f410a8f77e6a9
Reviewed-on: http://gerrit.cloudera.org:8080/2064
Reviewed-by: David Ribeiro Alves <da...@cloudera.com>
Tested-by: Kudu Jenkins
Reviewed-by: Todd Lipcon <to...@apache.org>
(cherry picked from commit 8581923d4702fc16d8eaee47471532129a449c75)
---
M python/kudu/client.pyx
M python/kudu/libkudu_client.pxd
2 files changed, 16 insertions(+), 19 deletions(-)


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

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