-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Removed Arc wrapping for AggregateFunctionExpr #12353
Removed Arc wrapping for AggregateFunctionExpr #12353
Conversation
461e842
to
62aa914
Compare
62aa914
to
901e87e
Compare
Thanks @athultr1997 -- this looks really neat |
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.
Looks good to me -- thank you @athultr1997
cc @lewiszlw
I am also going to mark this PR as an API change as I think several of the functions are pub
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.
👍
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.
LGTM. Thank you @athultr1997.
🚀 |
Thanks again @athultr1997 and @jayzhan211 and @lewiszlw for the reviews |
Which issue does this PR close?
Closes #12257.
Rationale for this change
The trait
AggregateFunctionExpr
was removed previously in #12096 . This is a follow-up PR that removes the usage of Arc wrapping forAggregateFunctionExpr
.What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?