Skip to content

[SPARK-35142][PYTHON][ML][3.1] Fix incorrect return type for rawPredictionUDF in OneVsRestModel - #32269

Closed
harupy wants to merge 1 commit into
apache:branch-3.1from
harupy:apply-SPARK-35142
Closed

[SPARK-35142][PYTHON][ML][3.1] Fix incorrect return type for rawPredictionUDF in OneVsRestModel#32269
harupy wants to merge 1 commit into
apache:branch-3.1from
harupy:apply-SPARK-35142

Conversation

@harupy

@harupyharupy commented Apr 21, 2021

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

This PR backports #32245.

Fixes incorrect return type for rawPredictionUDF in OneVsRestModel.

Why are the changes needed?

Bugfix

Does this PR introduce any user-facing change?

No

How was this patch tested?

Unit test.

Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
@harupyharupy changed the title cherry pick[SPARK-35142][PYTHON][ML] Fix incorrect return type for rawPredictionUDF in OneVsRestModelApr 21, 2021
@harupyharupy changed the title [SPARK-35142][PYTHON][ML] Fix incorrect return type for rawPredictionUDF in OneVsRestModel[SPARK-35142][PYTHON][ML] Fix incorrect return type for rawPredictionUDF in OneVsRestModelApr 21, 2021
@harupyharupy changed the title [SPARK-35142][PYTHON][ML] Fix incorrect return type for rawPredictionUDF in OneVsRestModel[SPARK-35142][PYTHON][ML] Backport #32245 to branch-3.1Apr 21, 2021
@SparkQA

Copy link
Copy Markdown

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/42250/

@SparkQA

Copy link
Copy Markdown

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/42250/

@HyukjinKwonHyukjinKwon changed the title [SPARK-35142][PYTHON][ML] Backport #32245 to branch-3.1[SPARK-35142][PYTHON][ML][3.1] Fix incorrect return type for rawPredictionUDF in OneVsRestModelApr 21, 2021
@HyukjinKwon

Copy link
Copy Markdown
Member

Okay, this is actually already ported back to branch-3.1. Can you prepare a backport to branch-3.0 too?

@SparkQA

Copy link
Copy Markdown

Test build #137723 has finished for PR 32269 at commit 5a6e9c2.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@harupy@SparkQA@HyukjinKwon