You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really nice to avoid this clone (I am working to reduce the number of times we need to clone Exprs during planning). see tinfoil-knight#1 for a suggestion
Is your feature request related to a problem or challenge?
@alamb pointed this out while reviewing #9983
https://github.com/apache/arrow-datafusion/blob/ad0abe91752b8da327e97b09d8ca883c782f027d/datafusion/functions/src/math/log.rs#L179
See #9983 (comment)
Describe the solution you'd like
Avoid using
.clone()
wherever possibleDescribe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: