Dan Burkert has posted comments on this change.

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


Patch Set 6:

(2 comments)

http://gerrit.cloudera.org:8080/#/c/2622/6/src/kudu/client/client.proto
File src/kudu/client/client.proto:

Line 40:   optional string table_name = 2;
> Agreed, but I thought that only held when adding new fields to an existing 
I think it still holds because it's hard to say what you will want to change in 
the future.  For instance, I can imagine we may one day get rid of table names 
and move to table IDs, or something along those lines.


Line 58: // Encoded partition key to begin scanning at (inclusive).
       :   optional bytes lower_bound_partition_key = 7;
       : 
       :   // Encoded partition key to stop scanning at (exclusive).
       :   optional bytes upper_bound_partition_key = 8;
> That's an important design decision (storing partition keys in lieu of a ta
Sure, I'll add it to the design doc.


-- 
To view, visit http://gerrit.cloudera.org:8080/2622
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I09983d71c81a383cf4e0e24a49367c64960bbd4d
Gerrit-PatchSet: 6
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Dan Burkert <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Jean-Daniel Cryans
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <[email protected]>
Gerrit-HasComments: Yes

Reply via email to