This is an automated email from the ASF dual-hosted git repository. jihao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from b009fd8 Improve comparison coverage for selection SQL queries in ClusterIntegrationTestUtils(#6193) (#6224) add 2a04de8 [TE] rest-api enhance implementation to calculate alert performance (#6273) No new revisions were added by this update. Summary of changes: .../thirdeye/detection/DetectionResource.java | 27 +++ .../performance/PerformanceMetricsTest.java | 215 +++++++++++++++++++++ .../detection/performance/PerformanceMetric.java | 25 +++ .../performance/PerformanceMetricType.java | 5 + .../detection/performance/PerformanceMetrics.java | 160 +++++++++++++++ 5 files changed, 432 insertions(+) create mode 100644 thirdeye/thirdeye-dashboard/src/test/java/org/apache/pinot/thirdeye/detection/performance/PerformanceMetricsTest.java create mode 100644 thirdeye/thirdeye-spi/src/main/java/org/apache/pinot/thirdeye/detection/performance/PerformanceMetric.java create mode 100644 thirdeye/thirdeye-spi/src/main/java/org/apache/pinot/thirdeye/detection/performance/PerformanceMetricType.java create mode 100644 thirdeye/thirdeye-spi/src/main/java/org/apache/pinot/thirdeye/detection/performance/PerformanceMetrics.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org