Michele Milesi has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14736
Change subject: Fixed Type.getTypeForName method. Original version uses only name() method to check Type name. Output from name() (inerrithed from Enum) method was different from output from Type.getName() method (ie INT32 vs int32), so the check fails. ...................................................................... Fixed Type.getTypeForName method. Original version uses only name() method to check Type name. Output from name() (inerrithed from Enum) method was different from output from Type.getName() method (ie INT32 vs int32), so the check fails. Now the method uses both getName() and name() to check Type name. Change-Id: Ibd0f4f614125d630d128c36fce05f22e19c60100 --- M java/kudu-client/src/main/java/org/apache/kudu/Type.java A java/kudu-client/src/test/java/org/apache/kudu/TestType.java 2 files changed, 43 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/36/14736/1 -- To view, visit http://gerrit.cloudera.org:8080/14736 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ibd0f4f614125d630d128c36fce05f22e19c60100 Gerrit-Change-Number: 14736 Gerrit-PatchSet: 1 Gerrit-Owner: Michele Milesi <[email protected]>
