David Ribeiro Alves has submitted this change and it was merged. 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 <[email protected]> Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M python/kudu/client.pyx M python/kudu/libkudu_client.pxd 2 files changed, 16 insertions(+), 19 deletions(-) Approvals: David Ribeiro Alves: 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/2064 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id482f6a6ea3aa112d2a599898d3f410a8f77e6a9 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: David Ribeiro Alves <[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]>
