xiaohui-sun commented on a change in pull request #4154: [TE] avoid tuning the detector and baseline provider separately if both interfaces are implemented in the same class URL: https://github.com/apache/incubator-pinot/pull/4154#discussion_r277670085
########## File path: thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/annotation/registry/DetectionRegistry.java ########## @@ -51,6 +54,7 @@ private static final Logger LOG = LoggerFactory.getLogger(DetectionRegistry.class); private static final String KEY_CLASS_NAME = "className"; private static final String KEY_ANNOTATION = "annotation"; + private static final String KEY_IS_BASELINE_PROVIDER = "isBaseline"; Review comment: "isBaselineProvider" ---------------------------------------------------------------- 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]
