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-32676][3.0][ML] Fix double caching in KMeans/BiKMeans #29528

Closed
wants to merge 1 commit into from

Conversation

huaxingao
Copy link
Contributor

What changes were proposed in this pull request?

backporting #29501

Why are the changes needed?

avoid double caching

Does this PR introduce any user-facing change?

no

How was this patch tested?

Existing tests

@SparkQA
Copy link

SparkQA commented Aug 24, 2020

Test build #127836 has finished for PR 29528 at commit 7510557.

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

huaxingao added a commit that referenced this pull request Aug 24, 2020
### What changes were proposed in this pull request?
backporting #29501

### Why are the changes needed?
avoid double caching

### Does this PR introduce _any_ user-facing change?
no

### How was this patch tested?
Existing tests

Closes #29528 from huaxingao/kmeans_3.0.

Authored-by: Huaxin Gao <huaxing@us.ibm.com>
Signed-off-by: Huaxin Gao <huaxing@us.ibm.com>
@huaxingao huaxingao closed this Aug 24, 2020
@huaxingao
Copy link
Contributor Author

Merged to 3.0.

@dongjoon-hyun
Copy link
Member

Hi, @huaxingao . When you merge to old branch, please update the JIRA consistently.

SPARK-32676 still has an outdated fix version (3.1.0).

@huaxingao
Copy link
Contributor Author

Updated. Thanks for reminding me @dongjoon-hyun

@dongjoon-hyun
Copy link
Member

Thank YoU! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants