jasonyanwenl opened a new pull request #5866: URL: https://github.com/apache/incubator-pinot/pull/5866
Phase 2 is separated into two parts. This PR is for the 1st part. The main change is that a new table is created for storing online ad-hoc data. The PR for Phase 1 can be found in #5769. Here are some other minor changes: * Remove the `cleanExistingState` method in the `AnomalyDetectionResource`. This is not necessary because each request is distinct now and the monitor job will periodically clean them (dataset/metric/detection configs, ad-hoc data). * Remove the suffix appended to metric as the metric name is allowed to be duplicate. The 2nd part of phase 2 is about creating a new endpoint to provide registering and CRUD operations on ad-hoc data. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org