xzj7019 commented on code in PR #40349:
URL: https://github.com/apache/doris/pull/40349#discussion_r1770725493
##########
regression-test/suites/nereids_rules_p0/push_down_filter/extract_from_disjunction_in_join.groovy:
##########
@@ -20,7 +20,11 @@ suite("extract_from_disjunction_in_join") {
sql "SET enable_fallback_to_original_planner=false"
sql "set ignore_shape_nodes='PhysicalDistribute,PhysicalProject'"
sql "set disable_nereids_rules=PRUNE_EMPTY_PARTITION"
- sql "set runtime_filter_mode=OFF"
+ sql """
+ set runtime_filter_mode=OFF;
+ set disable_join_reorder=true;
+ set disable_join_reorder=true;
Review Comment:
dup
--
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]