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

    https://github.com/apache/carbondata/pull/1865#discussion_r164299217
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
 ---
    @@ -1525,9 +1525,9 @@
        */
       public static final long HANDOFF_SIZE_DEFAULT = 1024L * 1024 * 1024;
     
    -  public static final String TIMESERIES_EVENTTIME = "timeseries.eventtime";
    +  public static final String TIMESERIES_EVENTTIME = "event_time";
     
    -  public static final String TIMESERIES_HIERARCHY = "timeseries.hierarchy";
    +  public static final String TIMESERIES_HIERARCHY = "hierarchy";
    --- End diff --
    
    I think this is unused please remove


---

Reply via email to