peter-toth opened a new pull request, #13258: URL: https://github.com/apache/datafusion/pull/13258
## Which issue does this PR close? Follow-up of https://github.com/apache/datafusion/pull/12177, part of https://github.com/apache/datafusion/issues/12193. ## Rationale for this change `Expr` clones can be costly, so let's avoid them if we can. ## What changes are included in this PR? This is a minor follow-up of https://github.com/apache/datafusion/pull/12177 to remove some `Expr` clones. ## Are these changes tested? Yes, with exiting 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
