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-19506][ML][PYTHON] Import warnings in pyspark.ml.util #16846

Closed
wants to merge 1 commit into from

Conversation

zero323
Copy link
Member

@zero323 zero323 commented Feb 8, 2017

What changes were proposed in this pull request?

Add missing warnings import.

How was this patch tested?

Manual tests.

@zero323 zero323 changed the title Import warnings in pyspark.ml.util [SPARK-19506][ML][PYTHON] Import warnings in pyspark.ml.util Feb 8, 2017
@SparkQA
Copy link

SparkQA commented Feb 8, 2017

Test build #72546 has finished for PR 16846 at commit e589bd4.

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

@holdenk
Copy link
Contributor

holdenk commented Feb 8, 2017

This looks good, normally I'd say we should have tests but since we are going to remove this in 2.2 that is probably ok as is. I'll merge this to master & the 2.1 branch if no one objects by EOD.

@zero323
Copy link
Member Author

zero323 commented Feb 9, 2017

@holdenk Sadly this part of the API is not tested directly and we depend on the indirect coverage. Maybe this is a sign should be tested.

@asfgit asfgit closed this in 5e7cd33 Feb 13, 2017
@zero323
Copy link
Member Author

zero323 commented Feb 13, 2017

Thanks @holdenk

@zero323 zero323 deleted the SPARK-19506 branch February 13, 2017 17:33
@holdenk
Copy link
Contributor

holdenk commented Feb 13, 2017

Merged into master & branch-2.1 , thanks @zero323 for catching & fixing this.

asfgit pushed a commit that referenced this pull request Feb 13, 2017
## What changes were proposed in this pull request?

Add missing `warnings` import.

## How was this patch tested?

Manual tests.

Author: zero323 <zero323@users.noreply.github.com>

Closes #16846 from zero323/SPARK-19506.

(cherry picked from commit 5e7cd33)
Signed-off-by: Holden Karau <holden@us.ibm.com>
cmonkey pushed a commit to cmonkey/spark that referenced this pull request Feb 15, 2017
## What changes were proposed in this pull request?

Add missing `warnings` import.

## How was this patch tested?

Manual tests.

Author: zero323 <zero323@users.noreply.github.com>

Closes apache#16846 from zero323/SPARK-19506.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants