seawinde commented on code in PR #55674:
URL: https://github.com/apache/doris/pull/55674#discussion_r2485741386
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/executor/Rewriter.java:
##########
@@ -228,8 +228,6 @@ public class Rewriter extends AbstractBatchJobExecutor {
// so there may be two filters we
need to merge them
new MergeFilters()
),
-
custom(RuleType.AGG_SCALAR_SUBQUERY_TO_WINDOW_FUNCTION,
Review Comment:
The rule AGG_SCALAR_SUBQUERY_TO_WINDOW_FUNCTION generates window functions.
Since the current code does not support window function rewriting, it would
cause the transparent query rewrite using materialized views to fail.
Therefore, this rule has been disabled in the rule package used for transparent
query rewriting.
--
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]