-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-7245][SQL] Add Spearman correlation support for DataFrames #5902
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
Conversation
|
Test build #31829 has finished for PR 5902 at commit
|
|
Test build #31844 has finished for PR 5902 at commit
|
|
@viirya can you submit a separate PR for the bug fix? The bug fix should go into 1.4, and the rest can go into 1.5. |
|
ok. |
|
Submitted the bug fixing of |
|
@viirya you still have ~14 open PRs, some of which have been out there for months. This is an example of one that doesn't seem to have traction; can you close these out including the JIRA? |
|
@viirya we should close this one for now, and re-open it later when we do this as an aggregate function. |
|
Sure. No problem. |
|
@srowen The JIRA is not open by me, is it ok to close it by me? |
|
I think he meant closing the github pull request for now - not the JIRA ticket. Thanks! |
|
Yes @viirya thanks for the PR; I really mean we should only keep PRs open while they're 'active' and close them if they're not obviously moving forward. They can come back later if needed. I just noticed this morning you still had a number that had been inactive for over a month. In this case, I think the JIRA could be closed too, though it's more debatable. You don't need to close the JIRA if in doubt. One Of These Days we'll go through and start auto-closing long-inactive JIRAs too. |
|
@srowen Thanks for explaining that. I already closed some other PRs together. |
JIRA: https://issues.apache.org/jira/browse/SPARK-7245
Besides,
CovarianceCounter.mergehas a bug that sometimesother.countcould be zero. It makes the results incorrect (NaN). This pr fixes it and a minor typo inCovarianceCountertoo.