alamb opened a new pull request, #5638:
URL: https://github.com/apache/arrow-datafusion/pull/5638

   # Which issue does this PR close?
   
   related to faster planning: 
https://github.com/apache/arrow-datafusion/issues/5637
   related to like inference: 
https://github.com/apache/arrow-datafusion/issues/5617
   
   # Rationale for this change
   
   This function has a bunch of unecessary `clone()` which likely means running 
parameter type inference can't be done in allout-auto-activation
   
   # What changes are included in this PR?
   
   Avoids a bunch of expr copies when inferring placeholder types, using less 
code
   
   
   # Are these changes tested?
   Existing tests cover this functionality
   
   # 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