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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org