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/04/01 21:35:33 UTC

[kudu-CR] KUDU-1312: scan token protobuf message format

Hello Kudu Jenkins,

I'd like you to reexamine a change.  Please visit

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

to look at the new patch set (#3).

Change subject: KUDU-1312: scan token protobuf message format
......................................................................

KUDU-1312: scan token protobuf message format

Adds a protobuf message format for scan tokens, so that clients from different
platforms have a shared serialization format. Integrating scan tokens into the
Java and C++ clients is left to a follow-up commit.

Change-Id: I09983d71c81a383cf4e0e24a49367c64960bbd4d
---
M src/kudu/client/CMakeLists.txt
A src/kudu/client/client.proto
2 files changed, 106 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/22/2622/3
-- 
To view, visit http://gerrit.cloudera.org:8080/2622
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I09983d71c81a383cf4e0e24a49367c64960bbd4d
Gerrit-PatchSet: 3
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Dan Burkert <da...@cloudera.com>
Gerrit-Reviewer: Jean-Daniel Cryans
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>