This is an automated email from the ASF dual-hosted git repository.

akshayrai09 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from 8d593f3  [TE] Bug fix to initialize the configDAO (#4616)
     add c7b647a  [TE][Composite-Alert] Entity Anomaly Merger (#4609)

No new revisions were added by this update.

Summary of changes:
 .../thirdeye/detection/DefaultDataProvider.java    |  33 ++---
 .../thirdeye/detection/algorithm/MergeWrapper.java |  75 ++++++++++--
 .../thirdeye/detection/spi/model/AnomalySlice.java |  52 ++++++--
 .../wrapper/BaselineFillingMergeWrapper.java       |  19 ++-
 .../wrapper/ChildKeepingMergeWrapper.java          |   2 +-
 .../wrapper/EntityAnomalyMergeWrapper.java         |  77 ++++++++++++
 .../thirdeye/detection/wrapper/GrouperWrapper.java |   2 +-
 .../yaml/translator/DetectionConfigTranslator.java |  18 ++-
 .../content/templates/MetricAnomaliesContent.java  |   2 +-
 .../pinot/thirdeye/detection/DataProviderTest.java |   2 +-
 .../wrapper/EntityAnomalyMergeWrapperTest.java     | 136 +++++++++++++++++++++
 .../compositePipelineTranslatorTestResult-1.json   |  93 +++++++-------
 12 files changed, 405 insertions(+), 106 deletions(-)
 create mode 100644 
thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/wrapper/EntityAnomalyMergeWrapper.java
 create mode 100644 
thirdeye/thirdeye-pinot/src/test/java/org/apache/pinot/thirdeye/detection/wrapper/EntityAnomalyMergeWrapperTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to