This is an automated email from the ASF dual-hosted git repository. xhsun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push: new 0459b98 [TE] fix an issue that in some cases the evaluations are not generated (#5420) 0459b98 is described below commit 0459b98b4970b4c6aea29a17ff1d2609bc375c3f Author: Jihao Zhang <jihzh...@linkedin.com> AuthorDate: Wed May 20 14:04:23 2020 -0700 [TE] fix an issue that in some cases the evaluations are not generated (#5420) --- .../org/apache/pinot/thirdeye/detection/algorithm/DimensionWrapper.java | 1 + 1 file changed, 1 insertion(+) diff --git a/thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/algorithm/DimensionWrapper.java b/thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/algorithm/DimensionWrapper.java index 8eeb7fb..7507e48 100644 --- a/thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/algorithm/DimensionWrapper.java +++ b/thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/algorithm/DimensionWrapper.java @@ -227,6 +227,7 @@ public class DimensionWrapper extends DetectionPipeline { for (String nestedMetricUrn : this.nestedMetricUrns) { nestedMetrics.add(MetricEntity.fromURN(nestedMetricUrn)); + evaluationMetricUrns.add(nestedMetricUrn); } } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org