Uh oh!
There was an error while loading. Please reload this page.
fix 593, reduce cloning by taking ownership in logical planner's from fn - #610
Conversation
from fn
alamb
left a comment
There was a problem hiding this comment.
Yes, I really like this change (there is far too much cloning in the creation of plans (and Exprs generally). It is an API change so I think maybe we should leave it open for a few days to see if anyone else has opinions
jorgecarleitao
left a comment
There was a problem hiding this comment.
Solid improvement to me 👍 Tjhanks @jimexist !
houqp
commented
Jun 24, 2021
If we really want to make this backwards compatible, we could use |
jimexist
commented
Jun 26, 2021
thanks for the suggestion. unless it's a goal, i'd like to keep this simple for the moment. |
alamb
commented
Jun 27, 2021
Thanks again @jimexist |
Which issue does this PR close?
Closes#593
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?