seawinde commented on code in PR #48363:
URL: https://github.com/apache/doris/pull/48363#discussion_r2011243748


##########
regression-test/suites/nereids_rules_p0/mv/agg_without_roll_up/aggregate_without_roll_up.groovy:
##########
@@ -21,7 +21,8 @@ suite("aggregate_without_roll_up") {
     sql "set runtime_filter_mode=OFF";
     sql "SET ignore_shape_nodes='PhysicalDistribute,PhysicalProject'"
     sql "SET enable_agg_state = true"
-
+    sql "set disable_nereids_rules=ELIMINATE_CONST_JOIN_CONDITION"

Review Comment:
   this rule may cause mv rewrite fail in some scene, maybe we should disable 
this rule default.
   after reconstructing the mv rewrite position then enable default



-- 
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]

Reply via email to