minor changes based on jesses feedback

Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/13ddda22
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/13ddda22
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/13ddda22

Branch: refs/heads/4.x-HBase-1.1
Commit: 13ddda22e82f9016b9e46544f659a03c8e7d1e5c
Parents: 6a96bd2
Author: Prashant Kommireddi 
<pkommire...@pkommireddi-ltm.internal.salesforce.com>
Authored: Mon Jun 15 16:18:47 2015 -0700
Committer: ramkrishna <ramkrishna.s.vasude...@gmail.com>
Committed: Tue Jun 30 22:55:56 2015 +0530

----------------------------------------------------------------------
 .../src/main/java/org/apache/phoenix/pig/util/TypeUtil.java   | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/13ddda22/phoenix-pig/src/main/java/org/apache/phoenix/pig/util/TypeUtil.java
----------------------------------------------------------------------
diff --git 
a/phoenix-pig/src/main/java/org/apache/phoenix/pig/util/TypeUtil.java 
b/phoenix-pig/src/main/java/org/apache/phoenix/pig/util/TypeUtil.java
index 6e32fb5..5820ec6 100644
--- a/phoenix-pig/src/main/java/org/apache/phoenix/pig/util/TypeUtil.java
+++ b/phoenix-pig/src/main/java/org/apache/phoenix/pig/util/TypeUtil.java
@@ -76,9 +76,7 @@ public final class TypeUtil {
     private TypeUtil() {}
 
     /**
-     * A map of Phoenix to Pig data types.
-     * 
-     * @return
+     * @return map of Phoenix to Pig data types.
      */
     private static ImmutableMap<PDataType, Byte> init() {
         final ImmutableMap.Builder<PDataType, Byte> builder = new 
Builder<PDataType, Byte>();
@@ -160,7 +158,8 @@ public final class TypeUtil {
 
     /**
      * This method encodes a value with Phoenix data type. It begins with 
checking whether an object is BINARY and makes
-     * a call to {@link #castBytes(Object, PDataType)} to convery bytes to 
targetPhoenixType
+     * a call to {@link #castBytes(Object, PDataType)} to convert bytes to 
targetPhoenixType. It returns a {@link RuntimeException}
+     * when object can not be coerced.
      * 
      * @param o
      * @param targetPhoenixType

Reply via email to