jihaozh opened a new pull request #4566: [TE] fix multi-day granularity alignment issue URL: https://github.com/apache/incubator-pinot/pull/4566 Fix the following issues. - If monitoring granularity is larger than one day, it will align to the epoch boundary. This PR makes it align the daily boundaries instead. (The boundary alignment is required by the Pinot datasource) - When making anomalies, it will filter the data frame range that is not in the monitoring window. This usually caused by the boundary alignment. It might filter useful anomalies. This PR removed this logic. Mergers will handle it gracefully.
---------------------------------------------------------------- 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]
