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

    https://github.com/apache/carbondata/pull/2148#discussion_r181587317
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/metadata/datatype/DataType.java 
---
    @@ -91,6 +91,7 @@ public static char convertType(DataType dataType) {
           return STRING_CHAR;
         } else if (dataType == DataTypes.TIMESTAMP) {
           return TIMESTAMP_CHAR;
    +
    --- End diff --
    
    fixed


---

Reply via email to