Todd Lipcon has submitted this change and it was merged. Change subject: java: fix incorrect hashmap usage in Statistics ......................................................................
java: fix incorrect hashmap usage in Statistics 65cb2edf5661599f689e28f4eec161fe062f7cb5 changed the hash map in the Statistics class to use Strings instead of Slices as keys, but didn't properly update all of the call sites. Change-Id: I715e96a02ec83199b7e0678281c0857bf9258cf4 Reviewed-on: http://gerrit.cloudera.org:8080/7335 Reviewed-by: Jean-Daniel Cryans <[email protected]> Tested-by: Todd Lipcon <[email protected]> --- M java/kudu-client/src/main/java/org/apache/kudu/client/Statistics.java M java/kudu-client/src/test/java/org/apache/kudu/client/TestStatistics.java 2 files changed, 13 insertions(+), 11 deletions(-) Approvals: Jean-Daniel Cryans: Looks good to me, approved Todd Lipcon: Verified -- To view, visit http://gerrit.cloudera.org:8080/7335 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I715e96a02ec83199b7e0678281c0857bf9258cf4 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
