morrySnow commented on code in PR #55674:
URL: https://github.com/apache/doris/pull/55674#discussion_r2485276136
##########
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:
why remove this?
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/executor/Rewriter.java:
##########
@@ -244,13 +242,7 @@ public class Rewriter extends AbstractBatchJobExecutor {
* we expected.
*/
new
CorrelateApplyToUnCorrelateApply(),
- new ApplyToJoin(),
Review Comment:
and this?
--
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]