-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-5577] Python udf for DataFrame #4351
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 #26705 has started for PR 4351 at commit
|
|
Test FAILed. |
|
Test build #26705 has finished for PR 4351 at commit
|
|
Test PASSed. |
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.
there are two sample().
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.
oops mistakenly deleted my own comment
|
Test build #26727 has started for PR 4351 at commit
|
|
Test build #26727 has finished for PR 4351 at commit
|
|
Test PASSed. |
|
Test build #26737 has started for PR 4351 at commit
|
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.
we should use simplestring (which isn't available yet...) we can change it in the future
|
Test build #26740 has started for PR 4351 at commit
|
|
Test build #26737 has finished for PR 4351 at commit
|
|
Test PASSed. |
|
Test build #26740 has finished for PR 4351 at commit
|
|
Test FAILed. |
|
Test build #26765 has started for PR 4351 at commit
|
|
Test build #582 has started for PR 4351 at commit
|
|
Test build #26766 has started for PR 4351 at commit
|
|
Test build #26765 has finished for PR 4351 at commit
|
|
Test PASSed. |
|
Test build #582 has finished for PR 4351 at commit
|
|
Test build #26766 has finished for PR 4351 at commit
|
|
Test PASSed. |
Conflicts: sql/core/src/main/scala/org/apache/spark/sql/Dsl.scala
|
Test build #26770 has started for PR 4351 at commit
|
|
Test build #26770 has finished for PR 4351 at commit
|
|
Test FAILed. |
|
Test build #26778 has started for PR 4351 at commit
|
|
Test build #26778 has finished for PR 4351 at commit
|
|
Test PASSed. |
|
@rxin I think this is ready. |
|
Thanks. Merged. |
Author: Davies Liu <[email protected]> Closes #4351 from davies/python_udf and squashes the following commits: d250692 [Davies Liu] fix conflict 34234d4 [Davies Liu] Merge branch 'master' of github.com:apache/spark into python_udf 440f769 [Davies Liu] address comments f0a3121 [Davies Liu] track life cycle of broadcast f99b2e1 [Davies Liu] address comments 462b334 [Davies Liu] Merge branch 'master' of github.com:apache/spark into python_udf 7bccc3b [Davies Liu] python udf 58dee20 [Davies Liu] clean up (cherry picked from commit dc101b0) Signed-off-by: Reynold Xin <[email protected]>
No description provided.