You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/05/18 21:36:43 UTC

[kudu-CR] python: add support for Upsert

Hello Wes McKinney,

I'd like you to do a code review.  Please visit

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

to review the following change.

Change subject: python: add support for Upsert
......................................................................

python: add support for Upsert

This also adds a pytest.ini file which explicitly sets the root
path for tests. I found on my system, with a virtualenv inside
python/env/, it was picking up a bunch of unit tests from unrelated
Python dependencies, instead of just running the Kudu tests.

Change-Id: I1d526e04a6ae4ff3a234f3d86916e6751428883e
---
M python/kudu/client.pyx
M python/kudu/libkudu_client.pxd
M python/kudu/tests/test_client.py
A python/pytest.ini
4 files changed, 52 insertions(+), 29 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1d526e04a6ae4ff3a234f3d86916e6751428883e
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Wes McKinney <we...@cloudera.com>