Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9363 )
Change subject: KUDU-721: Support range partitions on decimal columns ...................................................................... KUDU-721: Support range partitions on decimal columns Add the DataType handling to enable range partitions on decimal columns and a test that fails without the changes. Also adds range partition tests for edge cases where: * The upper bound is less than than the lower bound * The upper bound is equal to the lower bound * The bounds use MIN/MAX values Change-Id: I419d442dd233c73166c6e391907c8443ebecc917 Reviewed-on: http://gerrit.cloudera.org:8080/9363 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/client/client-test.cc M src/kudu/common/partition.cc M src/kudu/util/decimal_util-test.cc M src/kudu/util/decimal_util.cc M src/kudu/util/decimal_util.h 5 files changed, 156 insertions(+), 10 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/9363 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I419d442dd233c73166c6e391907c8443ebecc917 Gerrit-Change-Number: 9363 Gerrit-PatchSet: 5 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins
