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 5f01357 fix small typo in log message (#4707)
5f01357 is described below
commit 5f01357cdbb135d4740852608494c4dc8048c0d2
Author: Bryan Ji <[email protected]>
AuthorDate: Tue Oct 15 13:26:44 2019 -0700
fix small typo in log message (#4707)
---
.../java/org/apache/pinot/thirdeye/detection/DefaultDataProvider.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/DefaultDataProvider.java
b/thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/DefaultDataProvider.java
index 9677f30..4652dc4 100644
---
a/thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/DefaultDataProvider.java
+++
b/thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/DefaultDataProvider.java
@@ -236,7 +236,7 @@ public class DefaultDataProvider implements DataProvider {
(configId >= 0) && (anomaly.getDetectionConfigId() == null ||
anomaly.getDetectionConfigId() != configId)
);
- LOG.info("Fetched {} anomalies between (startTime = {}, endTime = {})
with confid Id = {}", anomalies.size(), slice.getStart(), slice.getEnd(),
configId);
+ LOG.info("Fetched {} anomalies between (startTime = {}, endTime = {})
with config Id = {}", anomalies.size(), slice.getStart(), slice.getEnd(),
configId);
output.putAll(slice, anomalies);
}
return output;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]