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

   ## Which issue does this PR close?
   
   Part of https://github.com/apache/arrow-datafusion/issues/9637, follow-up to 
https://github.com/apache/arrow-datafusion/pull/10087.
   
   ## Rationale for this change
   
   Eliminates remaining `Expr` clones.
   
   ## What changes are included in this PR?
   
   This PR:
   - Refactors `UnwrapCastExprRewriter` to remove `Expr` clones.
   - Adds handling of a few unhandled errors in the `BinaryExpr` case as if any 
error occurs this optimizer rule should return the original expression.
   
   ## 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