jihaozh commented on a change in pull request #4190: [TE] pass predicted time 
series thought out the detection pipeline
URL: https://github.com/apache/incubator-pinot/pull/4190#discussion_r282190014
 
 

 ##########
 File path: 
thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/DetectionPipelineResult.java
 ##########
 @@ -29,38 +30,46 @@
   public static String DIAGNOSTICS_DATA = "data";
   public static String DIAGNOSTICS_CHANGE_POINTS = "changepoints";
 
-  Map<String, Object> diagnostics;
-  List<MergedAnomalyResultDTO> anomalies;
-  long lastTimestamp;
+  private Map<String, Object> diagnostics;
+  private final List<MergedAnomalyResultDTO> anomalies;
+  private final long lastTimestamp;
 
 Review comment:
   added.

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