HIVE-10660 : Fix typo in Type.getType(TTypeId) exception message (Keegan Witt 
via Ashutosh Chauhan)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/424f6505
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/424f6505
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/424f6505

Branch: refs/heads/llap
Commit: 424f6505acad5b4146e43cfd658b5ead21b50896
Parents: cabb527
Author: Ashutosh Chauhan <[email protected]>
Authored: Mon Jun 1 11:57:41 2015 -0700
Committer: Ashutosh Chauhan <[email protected]>
Committed: Mon Jun 1 11:57:41 2015 -0700

----------------------------------------------------------------------
 service/src/java/org/apache/hive/service/cli/Type.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/424f6505/service/src/java/org/apache/hive/service/cli/Type.java
----------------------------------------------------------------------
diff --git a/service/src/java/org/apache/hive/service/cli/Type.java 
b/service/src/java/org/apache/hive/service/cli/Type.java
index a96d2ac..428d2ad 100644
--- a/service/src/java/org/apache/hive/service/cli/Type.java
+++ b/service/src/java/org/apache/hive/service/cli/Type.java
@@ -149,7 +149,7 @@ public enum Type {
         return type;
       }
     }
-    throw new IllegalArgumentException("Unregonized Thrift TTypeId value: " + 
tType);
+    throw new IllegalArgumentException("Unrecognized Thrift TTypeId value: " + 
tType);
   }
 
   public static Type getType(String name) {

Reply via email to