ajantha-bhat commented on a change in pull request #3438: 
[CARBONDATA-3531]Support load and query for MV timeseries and support multiple 
granularity.
URL: https://github.com/apache/carbondata/pull/3438#discussion_r346202827
 
 

 ##########
 File path: 
core/src/main/java/org/apache/carbondata/core/preagg/TimeSeriesFunctionEnum.java
 ##########
 @@ -23,10 +23,15 @@
 public enum TimeSeriesFunctionEnum {
   SECOND("second", 0),
   MINUTE("minute", 1),
-  HOUR("hour", 2),
-  DAY("day", 3),
-  MONTH("month", 4),
-  YEAR("year", 5);
+  FIVE_MINUTE("five_minute", 2),
+  TEN_MINUTE("ten_minute", 3),
+  FIFTEEN_MINUTE("fifteen_minute", 4),
+  THIRTY_MINUTE("thirty_minute", 5),
 
 Review comment:
   Any compatibility problem ? previous store was using hour=2, now new code 
thinks it as 'fiveminutes' 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to