xzj7019 opened a new pull request, #37762:
URL: https://github.com/apache/doris/pull/37762

   ## Proposed changes
   
   Fix outer join assoc rule bug, which unexpectly doing the join reorder for 
the (t1 left outer t2) inner t3 => t1 left outer (t2 inner join t3) 
transformation, and leading the wrong result.
   
   


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