Todd Lipcon has submitted this change and it was merged. Change subject: KUDU-379: fix LESS_EQUAL predicates on bool, float and double columns ......................................................................
KUDU-379: fix LESS_EQUAL predicates on bool, float and double columns This commit adds missing implementation of IncrementCell for bool, float and double columns, which fixes a TS crash when scanning with an inclusive upper-bound predicate on these column types. A follow up commit will add tests for predicates on all column types. Change-Id: I46cc354b70effba51037f640358f4df5d1fc6657 Reviewed-on: http://gerrit.cloudera.org:8080/2647 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M src/kudu/common/key_util.cc 1 file changed, 34 insertions(+), 4 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2647 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I46cc354b70effba51037f640358f4df5d1fc6657 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
