Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17769
Change subject: KUDU-2671 key encoding for custom hash bucket schemas ...................................................................... KUDU-2671 key encoding for custom hash bucket schemas This patch updates the PartitionSchema class to properly encode range keys if range partitions with custom hash bucket schemas are present. I added a few new test scenarios and updated the existing ones accordingly. In addition, I sneaking in minor style and formatting updates in * src/kudu/tablet/tablet.cc This is a follow-up to 586b7913258df2d0ee75470ddfb2b88d472ba235. Change-Id: I81aa1c10998d88a1bd5314fc3132037b1c8bbe4b --- M src/kudu/client/client.cc M src/kudu/client/client.h M src/kudu/client/flex_partitioning_client-test.cc M src/kudu/client/meta_cache.cc M src/kudu/client/write_op.h M src/kudu/common/key_encoder.cc M src/kudu/common/key_encoder.h M src/kudu/common/partition.cc M src/kudu/common/partition.h M src/kudu/master/catalog_manager.cc M src/kudu/tablet/tablet.cc 11 files changed, 249 insertions(+), 100 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/69/17769/1 -- To view, visit http://gerrit.cloudera.org:8080/17769 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I81aa1c10998d88a1bd5314fc3132037b1c8bbe4b Gerrit-Change-Number: 17769 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
