You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/03/31 05:05:53 UTC

[kudu-CR] [c++ client] add comprehensive scan predicate tests

Hello Adar Dembo, Todd Lipcon,

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

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

to review the following change.

Change subject: [c++ client] add comprehensive scan predicate tests
......................................................................

[c++ client] add comprehensive scan predicate tests

Previously we had very little test coverage on predicates across column types.

There is unfortunately a lot of code duplication between the test cases, but
this is unavoidable because we don't have a way to generically set column values
in a PartialRow or create a predicate.

Change-Id: Id4a4c05a41a1e7984f330fe6ff912f3f9924c3a7
---
M src/kudu/client/CMakeLists.txt
A src/kudu/client/predicate-test.cc
2 files changed, 827 insertions(+), 0 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id4a4c05a41a1e7984f330fe6ff912f3f9924c3a7
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Dan Burkert <da...@cloudera.com>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>