Skip to content
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

[SPARK-18608][ML][FOLLOWUP] Fix double caching for PySpark OneVsRest. #19220

Closed
wants to merge 2 commits into from

Conversation

yanboliang
Copy link
Contributor

What changes were proposed in this pull request?

#19197 fixed double caching for MLlib algorithms, but missed PySpark OneVsRest, this PR fixed it.

How was this patch tested?

Existing tests.

@SparkQA
Copy link

SparkQA commented Sep 13, 2017

Test build #81714 has finished for PR 19220 at commit e22ff7f.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Sep 13, 2017

Test build #81715 has finished for PR 19220 at commit 1b7b1d5.

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

@yanboliang
Copy link
Contributor Author

@zhengruifeng
Copy link
Contributor

LGTM Thanks for this catch!

Copy link
Contributor

@WeichenXu123 WeichenXu123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@yanboliang
Copy link
Contributor Author

yanboliang commented Sep 14, 2017

Merged into master and branch-2.2, thanks for all reviewing.

asfgit pushed a commit that referenced this pull request Sep 14, 2017
## What changes were proposed in this pull request?
#19197 fixed double caching for MLlib algorithms, but missed PySpark ```OneVsRest```, this PR fixed it.

## How was this patch tested?
Existing tests.

Author: Yanbo Liang <ybliang8@gmail.com>

Closes #19220 from yanboliang/SPARK-18608.

(cherry picked from commit c76153c)
Signed-off-by: Yanbo Liang <ybliang8@gmail.com>
@asfgit asfgit closed this in c76153c Sep 14, 2017
@yanboliang yanboliang deleted the SPARK-18608 branch September 14, 2017 06:15
MatthewRBruce pushed a commit to Shopify/spark that referenced this pull request Jul 31, 2018
## What changes were proposed in this pull request?
apache#19197 fixed double caching for MLlib algorithms, but missed PySpark ```OneVsRest```, this PR fixed it.

## How was this patch tested?
Existing tests.

Author: Yanbo Liang <ybliang8@gmail.com>

Closes apache#19220 from yanboliang/SPARK-18608.

(cherry picked from commit c76153c)
Signed-off-by: Yanbo Liang <ybliang8@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants