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/04 07:51:38 UTC

[kudu-CR](branch-0.7.0) [c++ client] - Allow to get the projection schema from the scanner

Hello Adar Dembo, Kudu Jenkins,

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

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

to review the following change.

Change subject: [c++ client] - Allow to get the projection schema from the scanner
......................................................................

[c++ client] - Allow to get the projection schema from the scanner

This is the c++ equivalent of KUDU-1269, i.e. it just allows to get
the schema being scanned from the scanner.

Change-Id: Id8b53bec59be78db610a1d27decf0e52fa1d5242
Reviewed-on: http://gerrit.cloudera.org:8080/2026
Tested-by: Kudu Jenkins
Reviewed-by: Adar Dembo <ad...@cloudera.com>
---
M src/kudu/client/client-test.cc
M src/kudu/client/client.cc
M src/kudu/client/client.h
3 files changed, 10 insertions(+), 0 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id8b53bec59be78db610a1d27decf0e52fa1d5242
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: branch-0.7.0
Gerrit-Owner: David Ribeiro Alves <da...@cloudera.com>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins