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-14768] [ML] [PySpark] removed expectedType from Param __init__() #12581

Closed
wants to merge 1 commit into from

Conversation

jasoncl
Copy link
Contributor

@jasoncl jasoncl commented Apr 21, 2016

What changes were proposed in this pull request?

Removed expectedType arg from PySpark Param init, as suggested by the JIRA.

How was this patch tested?

Manually looked through all places that use Param. Compiled and ran all ML PySpark test cases before and after the fix.

@jasoncl jasoncl changed the title removed expectedType from Param __init__() [SPARK-14768] [ML] [PySpark] removed expectedType from Param __init__() Apr 21, 2016
@holdenk
Copy link
Contributor

holdenk commented Apr 21, 2016

This looks good pending tests, maybe @jkbradley could take a look / add to whitelist or authorize jenkins run?

@holdenk
Copy link
Contributor

holdenk commented Apr 21, 2016

Also cc @sethah to take a look.

@jkbradley
Copy link
Member

LGTM pending tests

@SparkQA
Copy link

SparkQA commented Apr 22, 2016

Test build #2853 has finished for PR 12581 at commit 7aa164f.

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

@sethah
Copy link
Contributor

sethah commented Apr 22, 2016

LGTM!

@holdenk
Copy link
Contributor

holdenk commented Apr 25, 2016

LGTM

@MLnick
Copy link
Contributor

MLnick commented Apr 25, 2016

I'll go ahead and merge this. Thanks!

@asfgit asfgit closed this in bfda099 Apr 25, 2016
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.

6 participants