jihaozh commented on a change in pull request #3689: [TE] detection - update tunable interface URL: https://github.com/apache/incubator-pinot/pull/3689#discussion_r248022816
########## File path: thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/yaml/CompositePipelineConfigTranslator.java ########## @@ -144,6 +144,7 @@ private static final String PROP_PARAMS = "params"; private static final String PROP_METRIC_URN = "metricUrn"; private static final String PROP_DIMENSION_FILTER_METRIC = "dimensionFilterMetric"; + private static final String PROP_DIMENSIONS = "dimensions"; Review comment: removed ---------------------------------------------------------------- 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]
