xiaohui-sun 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_r282152536
########## 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: Better to have some comments on what does this mean. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org