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] KUDU-1456: python module should not require unittest, numpy

Hello Wes McKinney,

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

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

to review the following change.

Change subject: KUDU-1456: python module should not require unittest, numpy
......................................................................

KUDU-1456: python module should not require unittest, numpy

unittest is only necessary for running tests, not for running the Kudu
client itself. Numpy is similarly an optional dependency. This changes
the imports from kudu.compat to be optional.

Change-Id: I2878474255e9e6a94d550ad8633deecdcb3865a8
---
M python/kudu/compat.py
1 file changed, 17 insertions(+), 8 deletions(-)


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

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