xiaohui-sun opened a new pull request #4565: [TE] Merger fix to consider anomalies generated earlier URL: https://github.com/apache/incubator-pinot/pull/4565 1. Currently if the new anomaly generates earlier than existing anomalies then the new anomalies will be stored as duplicates. This PR fixes this issue to merge existing anomaly into the new anomaly. 2. Changed the comparator to choose the longest anomaly if the start time is the same. 3. Added unit tests.
---------------------------------------------------------------- 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]
