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

    https://github.com/apache/carbondata/pull/1477#discussion_r149945794
  
    --- Diff: 
integration/presto/src/main/java/org/apache/carbondata/presto/PrestoFilterUtil.java
 ---
    @@ -261,8 +261,6 @@ else if (type instanceof DecimalType) {
             return new BigDecimal(new BigInteger(String.valueOf(rawdata)),
                 ((DecimalType) type).getScale());
           }
    -    } else if (type.equals(TimestampType.TIMESTAMP)) {
    --- End diff --
    
    This has been fixed 


---

Reply via email to