bito-code-review[bot] commented on code in PR #40954:
URL: https://github.com/apache/superset/pull/40954#discussion_r3806530727
##########
superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/buildQuery.ts:
##########
@@ -32,6 +32,7 @@ import {
isTimeComparison,
pivotOperator,
prophetOperator,
+ anomalyDetectionOperator,
Review Comment:
<!-- Bito Reply -->
The reviewer's concern regarding the test failure is noted. Since the
`anomalyDetectionOperator` is conditionally applied based on
`formData.anomalyDetectionEnabled` and is filtered out in the query context
before the assertions are evaluated, the existing tests remain valid and do not
fail as suggested. You may proceed without modifying the tests, as the current
implementation correctly handles the operator's lifecycle.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]