Uh oh!
There was an error while loading. Please reload this page.
[SPARK-35142][PYTHON][ML][3.0] Fix incorrect return type for rawPredictionUDF in OneVsRestModel - #32275
[SPARK-35142][PYTHON][ML][3.0] Fix incorrect return type for rawPredictionUDF in OneVsRestModel#32275harupy wants to merge 1 commit into
rawPredictionUDF in OneVsRestModel#32275Conversation
rawPredictionUDF in OneVsRestModelSparkQA
commented
Apr 21, 2021
Test build #137735 has finished for PR 32275 at commit
|
SparkQA
commented
Apr 21, 2021
Kubernetes integration test unable to build dist. exiting with code: 1 |
Yikun
left a comment
There was a problem hiding this comment.
LGTM, and the CI failed is unrelated.
HyukjinKwon
commented
Apr 22, 2021
retest this please |
SparkQA
commented
Apr 22, 2021
Kubernetes integration test unable to build dist. exiting with code: 1 |
SparkQA
commented
Apr 22, 2021
Test build #137758 has finished for PR 32275 at commit
|
srowen
commented
Apr 23, 2021
Jenkins retest this please |
SparkQA
commented
Apr 23, 2021
Test build #137870 has finished for PR 32275 at commit
|
SparkQA
commented
Apr 23, 2021
Kubernetes integration test starting |
SparkQA
commented
Apr 23, 2021
Kubernetes integration test status failure |
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM. Thank you, @harupy and all.
Merged to branch-3.0.
…ictionUDF` in `OneVsRestModel` ### 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. Closes#32275 from harupy/backport-35142-3.0. Authored-by: harupy <17039389+harupy@users.noreply.github.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
dongjoon-hyun
commented
Apr 24, 2021
I added you to the Apache Spark contributor group and SPARK-35142 is assigned to you. |
harupy
commented
Apr 25, 2021
@dongjoon-hyun Thanks! |
What changes were proposed in this pull request?
This PR backports #32245.
Fixes incorrect return type for
rawPredictionUDFinOneVsRestModel.Why are the changes needed?
Bugfix
Does this PR introduce any user-facing change?
No
How was this patch tested?
Unit test.