Github user anubhav100 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/985#discussion_r137943182
  
    --- Diff: 
integration/hive/src/main/java/org/apache/carbondata/hive/CarbonDictionaryDecodeReadSupport.java
 ---
    @@ -231,11 +231,11 @@ private Writable createWritablePrimitive(Object obj, 
CarbonColumn carbonColumn)
           case LONG:
             return new LongWritable((long) obj);
           case SHORT:
    -        return new ShortWritable((Short) obj);
    +        return new ShortWritable((short) obj);
    --- End diff --
    
    there is merge conflict in this file i will rebase it


---

Reply via email to