-
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
Implement trait based API for defining WindowUDF #8719
Conversation
cc @alamb |
Thank you @guojidan -- I plan to review this carefully later today |
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.
Wow @guojidan -- 👏 this is a really nice inital PR
I had one very small suggestion related to naming
I'll also file follow on tickets for similar cleanups as we did for ScalarFunctions (namely implement WindowUDF
in terms of the trait)
But again, thank you for this PR
@alamb Thank you for your affirmation, it gives me confidence to continue contributing this repository : ) I have modified the code according to your suggestion. |
Filed #8734 as a follow on |
Which issue does this PR close?
Closes #8711 .
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?