akshayrai commented on a change in pull request #4894: [TE] Prefetch based on
data granularity in dimension exploration jobs
URL: https://github.com/apache/incubator-pinot/pull/4894#discussion_r355282754
##########
File path:
thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/algorithm/DimensionWrapper.java
##########
@@ -390,4 +412,22 @@ protected DetectionPipelineResult runNested(MetricEntity
metric, Map<String, Obj
return pipeline.run();
}
+
+ private static long getCachingPeriodLookback(TimeGranularity granularity) {
Review comment:
possible duplicate? Can you check if this method already exists elsewhere?
----------------------------------------------------------------
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]