Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17895 )
Change subject: [common] add PartitionSchema::HasCustomHashSchemas() method ...................................................................... [common] add PartitionSchema::HasCustomHashSchemas() method Added PartitionSchema::HasCustomHashSchemas() method and corresponding unit test. This new method will be used in a follow-up changelist to tell between tables with table-wide and custom per-range hash schemas. Change-Id: I73508447677884391ae26b6b20886d85960836b7 Reviewed-on: http://gerrit.cloudera.org:8080/17895 Tested-by: Kudu Jenkins Reviewed-by: Mahesh Reddy <[email protected]> Reviewed-by: Andrew Wong <[email protected]> --- M src/kudu/common/partition-test.cc M src/kudu/common/partition.h 2 files changed, 79 insertions(+), 0 deletions(-) Approvals: Kudu Jenkins: Verified Mahesh Reddy: Looks good to me, but someone else must approve Andrew Wong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/17895 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I73508447677884391ae26b6b20886d85960836b7 Gerrit-Change-Number: 17895 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Mahesh Reddy <[email protected]>
