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

Fix a bug in rankCorr function #38722

Merged
merged 3 commits into from
Jul 3, 2022
Merged

Conversation

alexey-milovidov
Copy link
Member

Changelog category (leave one):

  • Bug Fix (user-visible misbehavior in official stable or prestable release)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

rankCorr function will work correctly if some arguments are NaNs. This closes #38396.

@robot-ch-test-poll robot-ch-test-poll added the pr-bugfix Pull request with bugfix, not backported by default label Jul 2, 2022
@alexey-milovidov alexey-milovidov added the pr-must-backport Pull request should be backported intentionally. Use this label with great care! label Jul 2, 2022
@alexey-milovidov alexey-milovidov self-assigned this Jul 2, 2022
@alexey-milovidov alexey-milovidov merged commit bfc9ed6 into master Jul 3, 2022
@alexey-milovidov alexey-milovidov deleted the fix-rank-corr-functions branch July 3, 2022 17:30
alexey-milovidov added a commit that referenced this pull request Jul 4, 2022
Backport #38722 to 22.4: Fix a bug in `rankCorr` function
alexey-milovidov added a commit that referenced this pull request Jul 4, 2022
Backport #38722 to 22.3: Fix a bug in `rankCorr` function
alexey-milovidov added a commit that referenced this pull request Jul 4, 2022
Backport #38722 to 22.6: Fix a bug in `rankCorr` function
alexey-milovidov added a commit that referenced this pull request Jul 4, 2022
Backport #38722 to 22.5: Fix a bug in `rankCorr` function
@robot-clickhouse robot-clickhouse added the pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore label Jul 28, 2022
alexey-milovidov added a commit that referenced this pull request Jul 30, 2022
Backport #38722 to 21.8: Fix a bug in `rankCorr` function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore pr-bugfix Pull request with bugfix, not backported by default pr-must-backport Pull request should be backported intentionally. Use this label with great care!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RankCorrelationData::getResult() takes long time
3 participants