Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18532 )
Change subject: KUDU-2671 fix the check for hash dimensions uniformity ...................................................................... KUDU-2671 fix the check for hash dimensions uniformity Before this patch, it was possible to create a table without ranges using the table-wide hash schema and ranges with custom hash schemas even if the table-wide hash schema had number of hash dimensions different from per-range custom hash schemas. This patch fixes the bug. I added a corresponding test scenario, updated existing ones, and removed a duplicate one. This is a follow-up to 6998193e69eeda497f912d1d806470c95b591ad4. Change-Id: I8c1282973deba57269f6e962be77e27baa39b187 Reviewed-on: http://gerrit.cloudera.org:8080/18532 Reviewed-by: Mahesh Reddy <[email protected]> Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Attila Bukor <[email protected]> --- M src/kudu/client/flex_partitioning_client-test.cc M src/kudu/master/catalog_manager.cc 2 files changed, 64 insertions(+), 30 deletions(-) Approvals: Mahesh Reddy: Looks good to me, but someone else must approve Alexey Serbin: Verified Attila Bukor: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/18532 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I8c1282973deba57269f6e962be77e27baa39b187 Gerrit-Change-Number: 18532 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Mahesh Reddy <[email protected]>
