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_r346663010
 
 

 ##########
 File path: 
core/src/main/java/org/apache/carbondata/core/metadata/schema/datamap/Granularity.java
 ##########
 @@ -29,10 +29,16 @@
 public enum Granularity {
   YEAR("year_granularity"),
   MONTH("month_granularity"),
+  WEEK("week_granularity"),
   DAY("day_granularity"),
   HOUR("hour_granularity"),
+  FIVE_MINUTE("five_minute_granularity"),
+  TEN_MINUTE("ten_minute_granularity"),
 
 Review comment:
   hour, 30 mins, 15, 10, 5, minute, second. That order (descending). Now it is 
not in descending or ascending order

----------------------------------------------------------------
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