Todd Lipcon has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10203 )
Change subject: java: fix a mistaken reference-equality check for BigDecimal predicates ...................................................................... java: fix a mistaken reference-equality check for BigDecimal predicates KuduPredicate used == instead of .equals() to check whether a supplied value was equal to the maximum value for the specified decimal type. This could result in too-conservative pruning. Change-Id: Ieea49dcb3c3375287eb2c5fa704c1d9baea47b93 Reviewed-on: http://gerrit.cloudera.org:8080/10203 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Todd Lipcon <[email protected]> --- M java/kudu-client/src/main/java/org/apache/kudu/client/KuduPredicate.java 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Todd Lipcon: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/10203 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ieea49dcb3c3375287eb2c5fa704c1d9baea47b93 Gerrit-Change-Number: 10203 Gerrit-PatchSet: 3 Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
