-
Notifications
You must be signed in to change notification settings - Fork 590
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
feat(pyspark): builtin udf support #9191
Conversation
d704b90
to
7591e29
Compare
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.
Small request!
|
@ted0928 Thanks for the PR, great to see some PySpark activity here! |
Very glad to contribute! |
|
I'm wondering if it's worth adding some documentation to PySpark backend page, as UDfs are not visible in the Operation Support Matrix. |
Description of changes
support builtin udf by using @ibis.udf.scalar.builtin annotation in spark backend.
modified spark backend _register_udfs to accept builtin udf.
modified spark compiler sql_name to remain the origin function name.