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

 ##########
 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:
   Good catch, thanks. I previously moved the same method from 
AnomalyDetectorWrapper to ThirdEyeUtils.

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

Reply via email to