jihaozh commented on a change in pull request #3875: [TE] detection add 
upper/lower bounds to detection output
URL: https://github.com/apache/incubator-pinot/pull/3875#discussion_r260003923
 
 

 ##########
 File path: 
thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/wrapper/AnomalyDetectorWrapper.java
 ##########
 @@ -164,7 +169,7 @@ public DetectionPipelineResult run() throws Exception {
       
anomaly.setDimensions(DetectionUtils.toFilterMap(this.metricEntity.getFilters()));
       anomaly.getProperties().put(PROP_DETECTOR_COMPONENT_NAME, 
this.detectorName);
     }
-    return new DetectionPipelineResult(anomalies, this.getLastTimeStamp());
+    return new DetectionPipelineResult(anomalies, predictions, 
this.getLastTimeStamp());
 
 Review comment:
   In the merger, dimension explorer, and anomaly filter wrapper need to handle 
this predicted time series too. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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