-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix 593, reduce cloning by taking ownership in logical planner's from
fn
#610
Conversation
from
fn
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I really like this change (there is far too much cloning in the creation of plans (and Expr
s 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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solid improvement to me 👍 Tjhanks @jimexist !
If we really want to make this backwards compatible, we could use |
thanks for the suggestion. unless it's a goal, i'd like to keep this simple for the moment. |
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?