Alexey Serbin has uploaded this change for review. (
http://gerrit.cloudera.org:8080/18640
Change subject: KUDU-2671 update Add{ExclusiveUpper,Lower}BoundPartitionKeyRaw
......................................................................
KUDU-2671 update Add{ExclusiveUpper,Lower}BoundPartitionKeyRaw
Since we don't allow for variable number of hash dimensions in
range-specific hash schemas as of now, this patches updates the code in
KuduScanner::AddExclusiveUpperBoundPartitionKeyRaw() and
KuduScanner::AddLowerBoundPartitionKeyRaw() to allow using for tables
having custom hash schemas per range.
This is a follow-up to 6998193e69eeda497f912d1d806470c95b591ad4.
Change-Id: I1323e494733c9c082dedc12d941811f4175dbeab
---
M src/kudu/client/client.cc
1 file changed, 24 insertions(+), 19 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/40/18640/1
--
To view, visit http://gerrit.cloudera.org:8080/18640
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1323e494733c9c082dedc12d941811f4175dbeab
Gerrit-Change-Number: 18640
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>