-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-8575][SQL] Deprecate callUDF in favor of udf #6993
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
Conversation
|
Test build #35711 has finished for PR 6993 at commit
|
|
Pinging @marmbrus |
|
/cc @mengxr |
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.
Style nit: I think we call udf above so the invocation just looks like init().
|
Thanks a lot for your input @mengxr, will update the pr accordingly. |
|
Test build #35808 has finished for PR 6993 at commit
|
|
Test build #35865 has finished for PR 6993 at commit
|
|
Test build #35867 has finished for PR 6993 at commit
|
|
pinging @mengxr and @marmbrus, there is still one occurrence left of |
|
@BenFradet I don't think it is easy to replace that one because of |
Follow up of SPARK-8356 and #6902.
Removes the unit test for the now deprecated
callUdfUnit test in SQLQuerySuite now uses
udfinstead ofcallUDFReplaced
callUDFbyudfwhere possible in mllib