peter-toth opened a new pull request, #10081:
URL: https://github.com/apache/arrow-datafusion/pull/10081

   ## Which issue does this PR close?
   
   Part of https://github.com/apache/arrow-datafusion/issues/9637.
   
   ## Rationale for this change
   
   Eliminates a `LogicalPlan::with_new_exprs()` call and so `Expr` cloning.
   
   ## What changes are included in this PR?
   
   This PR:
   - Refactors `EliminateOuterJoin::try_optimize()` to 
`EliminateOuterJoin::rewrite()`.
   - Contains minor cleanup of `eliminate_outer()`.
   - Fixes typo in `SimplifyExpressions`.
   
   ## Are these changes tested?
   
   Yes, with existing UTs.
   
   ## Are there any user-facing changes?
   
   No.
   


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

Reply via email to