-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-16086] [SQL] fix Python UDF without arguments (for 1.6) #13793
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 #60889 has finished for PR 13793 at commit
|
|
Test build #60891 has finished for PR 13793 at commit
|
|
looks good! |
## What changes were proposed in this pull request? Fix the bug for Python UDF that does not have any arguments. ## How was this patch tested? Added regression tests. Author: Davies Liu <[email protected]> Closes #13793 from davies/fix_no_arguments.
## What changes were proposed in this pull request? Fix the bug for Python UDF that does not have any arguments. ## How was this patch tested? Added regression tests. Author: Davies Liu <[email protected]> Closes #13793 from davies/fix_no_arguments. (cherry picked from commit abe36c5) Signed-off-by: Davies Liu <[email protected]>
Fix the bug for Python UDF that does not have any arguments. Added regression tests. Author: Davies Liu <[email protected]> Closes #13793 from davies/fix_no_arguments. (cherry picked from commit abe36c5) Signed-off-by: Davies Liu <[email protected]>
|
Merged into 1.5, 1.6, 2.0 and master. |
Fix the bug for Python UDF that does not have any arguments. Added regression tests. Author: Davies Liu <[email protected]> Closes #13793 from davies/fix_no_arguments. (cherry picked from commit abe36c5) Signed-off-by: Davies Liu <[email protected]>
## What changes were proposed in this pull request? Fix the bug for Python UDF that does not have any arguments. ## How was this patch tested? Added regression tests. Author: Davies Liu <[email protected]> Closes apache#13793 from davies/fix_no_arguments. (cherry picked from commit abe36c5)
|
@davies The PR was sent to branch-1.6 and Jenkins didn't run it for branch-2.0 and master. Does it apply to branch-2.0 and master? Master seems broken by this PR: https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test/job/spark-master-test-sbt-hadoop-2.2/1212/consoleFull |
|
I reverted the changes in branch-2.0 and master and updated the JIRA. Please re-submit PRs to branch-2.0 and master if they need fixes. |
|
@mengxr My bad, 2.0 and master does not have this bug, but still good to have the test and change, I will send a new PR to fix the conflict. |
What changes were proposed in this pull request?
Fix the bug for Python UDF that does not have any arguments.
How was this patch tested?
Added regression tests.