akashrn5 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_r346343151
##########
File path:
core/src/main/java/org/apache/carbondata/core/preagg/TimeSeriesUDF.java
##########
@@ -76,6 +79,25 @@ public Timestamp applyUDF(Timestamp data, String function) {
calendar.set(Calendar.MILLISECOND, 0);
calendar.set(Calendar.SECOND, 0);
break;
+ case FIVE_MINUTE:
+ getData(calendar, 5);
Review comment:
you are right, done
----------------------------------------------------------------
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