Grant Henke has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/10219 )

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/10219
Reviewed-by: Grant Henke <[email protected]>
Tested-by: Grant Henke <[email protected]>
---
M java/kudu-client/src/main/java/org/apache/kudu/client/KuduPredicate.java
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Grant Henke: Looks good to me, approved; Verified

--
To view, visit http://gerrit.cloudera.org:8080/10219
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: branch-1.7.x
Gerrit-MessageType: merged
Gerrit-Change-Id: Ieea49dcb3c3375287eb2c5fa704c1d9baea47b93
Gerrit-Change-Number: 10219
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <[email protected]>

Reply via email to