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

Change subject: [java] Fix TestKuduPartitioner errorprone warning
......................................................................

[java] Fix TestKuduPartitioner errorprone warning

This fixes the following errorprone warning:

Expression of type int may overflow before being assigned to a long
long upperBound = timeoutMs * 2; // Add 100% to avoid flakiness.

Change-Id: I9fd41b7cae9502468728efbdf51e3d7191447371
Reviewed-on: http://gerrit.cloudera.org:8080/14488
Tested-by: Kudu Jenkins
Reviewed-by: Adar Dembo <[email protected]>
---
M java/kudu-client/src/test/java/org/apache/kudu/client/TestKuduPartitioner.java
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Kudu Jenkins: Verified
  Adar Dembo: Looks good to me, approved

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

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I9fd41b7cae9502468728efbdf51e3d7191447371
Gerrit-Change-Number: 14488
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)

Reply via email to