-
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
Covert grouping to udaf #11147
Covert grouping to udaf #11147
Conversation
a9b0f66
to
99559b0
Compare
99559b0
to
7461211
Compare
@jayzhan211 Hi, mind taking a quick look? Sorry for the long delay due to being a bit busy last month. |
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
Remember to add the test in |
Thanks @Rachelint -- this is great.
As I am slightly panicng about the size of the review queue, I took the liberty of adding this test myself and merging up from main |
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.
Thanks @Rachelint and @dharanad and @jayzhan211 for the reviews
Thanks for
Thanks @alamb for helping, and sorry for the delay. |
🚀 |
No worries -- thank you for the contributions |
* define Grouping udf and impl AggregateUDFImpl for it. * add `grouping` to default list. * remove the old grouping related codes. * continue to remove codes. * regen pbs in proto. * remove built-in grouping in proto codes. * fix sql it. * Add test + export fn --------- Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Which issue does this PR close?
Closes #10906
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?