Alexey Serbin has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/17779


Change subject: WIP [proto] KUDU-2671 update range partitioning with customs 
hash schema
......................................................................

WIP [proto] KUDU-2671 update range partitioning with customs hash schema

DONT_BUILD

This patch is a quick and dirty sketch on updating already existing,
but not yet released (so we should not be concerned with the backward
compatibility) structures in protobuf files to create Kudu tables
with custom hash partitioning.

Advantages:
  * no need to have two separate arrays of ranges and their hash
    schemas, requiring them to be of the same size
  * the naming is closer to what we have in the C++ code after
    the renamings introduces in https://gerrit.cloudera.org/#/c/17775/

WIP:
  * collect the feedback
  * BTW, why don't we put the hash schema info for a range into
    PartitionPB instead?

Change-Id: I37aae56a33170894f30d6cd73a5698d6cbb7a697
---
M src/kudu/common/common.proto
1 file changed, 28 insertions(+), 11 deletions(-)



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

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I37aae56a33170894f30d6cd73a5698d6cbb7a697
Gerrit-Change-Number: 17779
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>

Reply via email to