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/24 23:22:06 UTC

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

Dan Burkert has uploaded a new change for review.

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

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/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2622
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I09983d71c81a383cf4e0e24a49367c64960bbd4d
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Dan Burkert <da...@cloudera.com>