Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18039
Change subject: [client] fix custom hash schema criterion in KuduTableCreator::Create() ...................................................................... [client] fix custom hash schema criterion in KuduTableCreator::Create() This patch fixes a bug in KuduTableCreator::Create(): the criterion for the presence of custom hash schemas per range flag should account the case when the table-wide hash schema is non-empty, but there is a range partition with empty hash schema. This patch also contains a new test to cover the related functionality. I verified that the test was failing before this patch, and with this patch it's now passing. Change-Id: I51fb745cfe7afb861b4bba54e56d79eca4832605 --- M src/kudu/client/client.cc M src/kudu/client/flex_partitioning_client-test.cc 2 files changed, 54 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/39/18039/1 -- To view, visit http://gerrit.cloudera.org:8080/18039 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I51fb745cfe7afb861b4bba54e56d79eca4832605 Gerrit-Change-Number: 18039 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
