-
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: Spark UDFs #1885
FEAT: Spark UDFs #1885
Conversation
… regex tests in test_string
…rewrite for any, notany, all, notall to use max and min instead of sum
…quired no changes)
…plementation of _number_literal_format
…ues, added floor option in convert_unit in util.py
…ts for Spark backend
…ts for Spark backend
…ter argument checking with the signature (now errors if too many arguments are passed to a UDF)
|
@amroid Looks like a few merge conflicts. |
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.
Nice job on abstracting out the details of the various spark UDFs! One or two more rounds of review and this should be good to go.
…as, some changes to test_udf, fix bug in spark compiler SparkContext class
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.
Some changes needed as a result of the most recent set of updates.
|
Thanks @amroid! Great work! |
Closes #1889