Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17724
Change subject: [partition] RangeHashSchema --> PerRangeHashBucketSchemas ...................................................................... [partition] RangeHashSchema --> PerRangeHashBucketSchemas This patch simply renames the PartitionSchema::RangeHashSchema type into PartitionSchema::PerRangeHashBucketSchemas, updating the existing typedef for std::vector<HashBucketSchemas>. I found it's easier to read and comprehend the code with this change because the PB-based PartitionSchemaPB::PerRangeHashBucketSchemasPB structure is very close to what PartitionSchema::PerRangeHashBucketSchemas is. This patch does not contain any functional changes. Change-Id: Ic64a956a87c3d66cb2a14f4a3da7f57948518f17 --- M src/kudu/common/partition-test.cc M src/kudu/common/partition.cc M src/kudu/common/partition.h M src/kudu/master/catalog_manager.cc 4 files changed, 10 insertions(+), 10 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/24/17724/1 -- To view, visit http://gerrit.cloudera.org:8080/17724 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ic64a956a87c3d66cb2a14f4a3da7f57948518f17 Gerrit-Change-Number: 17724 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
