Alexey Serbin has uploaded this change for review. ( 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 --- M src/kudu/client/flex_partitioning_client-test.cc M src/kudu/integration-tests/table_locations-itest.cc M src/kudu/master/catalog_manager.cc 3 files changed, 70 insertions(+), 30 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/32/18532/1 -- 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: newchange Gerrit-Change-Id: I8c1282973deba57269f6e962be77e27baa39b187 Gerrit-Change-Number: 18532 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
