XieJiann commented on code in PR #31854:
URL: https://github.com/apache/doris/pull/31854#discussion_r1515408231


##########
regression-test/suites/nereids_syntax_p0/transform_outer_join_to_anti.groovy:
##########
@@ -62,5 +62,25 @@ suite("transform_outer_join_to_anti") {
         sql("select eliminate_outer_join_B.* from eliminate_outer_join_A right 
outer join eliminate_outer_join_B on eliminate_outer_join_B.b = 
eliminate_outer_join_A.a where eliminate_outer_join_A.null_a is null")
         contains "OUTER JOIN"
     }
+
+    explain {

Review Comment:
   `orExpansion` is behind `convertToAnti`, so it is not supported right now.



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

Reply via email to