Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1865#discussion_r164670599
--- Diff:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
---
@@ -1525,9 +1525,7 @@
*/
public static final long HANDOFF_SIZE_DEFAULT = 1024L * 1024 * 1024;
- public static final String TIMESERIES_EVENTTIME = "timeseries.eventtime";
-
- public static final String TIMESERIES_HIERARCHY = "timeseries.hierarchy";
+ public static final String TIMESERIES_EVENTTIME = "event_time";
--- End diff --
ok, move it to TimeSeriesUtil
---