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-13646] [MLlib] QuantileDiscretizer counts dataset twice in get… #11491

Closed
wants to merge 2 commits into from

Conversation

eliasah
Copy link
Contributor

@eliasah eliasah commented Mar 3, 2016

What changes were proposed in this pull request?

It avoids counting the dataframe twice.

@srowen
Copy link
Member

srowen commented Mar 3, 2016

Jenkins test this please

@SparkQA
Copy link

SparkQA commented Mar 3, 2016

Test build #52392 has finished for PR 11491 at commit 0f319ed.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@eliasah
Copy link
Contributor Author

eliasah commented Mar 3, 2016

I'm not sure why the *scala style tests" fails.

@srowen
Copy link
Member

srowen commented Mar 3, 2016

It's in the test output -- stray space before the comma :)

@eliasah
Copy link
Contributor Author

eliasah commented Mar 3, 2016

Ok, sorry this is my first PR. Should I correct, push and pr again ?

@srowen
Copy link
Member

srowen commented Mar 3, 2016

Yes just push a tiny commit to the same branch

@eliasah
Copy link
Contributor Author

eliasah commented Mar 3, 2016

Done !

@srowen
Copy link
Member

srowen commented Mar 3, 2016

Jenkins, retest this please

@SparkQA
Copy link

SparkQA commented Mar 3, 2016

Test build #52413 has finished for PR 11491 at commit 38fbf43.

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

@eliasah
Copy link
Contributor Author

eliasah commented Mar 4, 2016

Now that the tests passed. How can this be merged ?

@srowen
Copy link
Member

srowen commented Mar 4, 2016

Things may take a day or more to get a response given workloads and timezones. I often leave things open a couple days just to see if there are comments. This is so straightforward that I'm comfortable merging it.

@srowen
Copy link
Member

srowen commented Mar 4, 2016

Merged to master

@asfgit asfgit closed this in 27e88fa Mar 4, 2016
roygao94 pushed a commit to roygao94/spark that referenced this pull request Mar 22, 2016
## What changes were proposed in this pull request?

It avoids counting the dataframe twice.

Author: Abou Haydar Elias <abouhaydar.elias@gmail.com>
Author: Elie A <abouhaydar.elias@gmail.com>

Closes apache#11491 from eliasah/quantile-discretizer-patch.
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