Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17836 )
Change subject: KUDU-2671 test for unbounded range with custom empty hash schema ...................................................................... KUDU-2671 test for unbounded range with custom empty hash schema This patch adds a couple of new test scenarios to cover a case of a table with a range partition without the upper bound, where the range partition has a custom empty hash schema in the presence of non-empty table-wide hash schema. This is to make sure: * it's possible to create such a table * the range and partitions keys for the table are encoded as expected * it's possible to insert rows into the table This is a follow-up to 03451904a20123ca27eaa4e9773b94c0532fd342. Change-Id: I2198714a8025ae4b132afc4cd4700de18df226cb Reviewed-on: http://gerrit.cloudera.org:8080/17836 Reviewed-by: Mahesh Reddy <[email protected]> Tested-by: Kudu Jenkins Reviewed-by: Andrew Wong <[email protected]> --- M src/kudu/client/flex_partitioning_client-test.cc M src/kudu/common/partition-test.cc 2 files changed, 221 insertions(+), 5 deletions(-) Approvals: Mahesh Reddy: Looks good to me, but someone else must approve Kudu Jenkins: Verified Andrew Wong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/17836 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I2198714a8025ae4b132afc4cd4700de18df226cb Gerrit-Change-Number: 17836 Gerrit-PatchSet: 4 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]>
