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

Issue #9416: Windowed Peer Functions #9425

Merged
merged 1 commit into from Oct 22, 2023
Merged

Conversation

hawkfish
Copy link
Contributor

Compute peer boundaries for all window functions that use them, not just CUME_DIST...

fixes: #9416
fixes: duckdblabs/duckdb-internal#525

Compute peer boundaries for _all_ window functions that use them,
not just `CUME_DIST`...

fixes: duckdb#9416
fixes: duckdblabs/duckdb-internal#525
Copy link
Collaborator

@Mytherin Mytherin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM

@Mytherin Mytherin merged commit 7a919c1 into duckdb:main Oct 22, 2023
43 checks passed
@hawkfish hawkfish deleted the dense-rank branch October 22, 2023 15:42
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.

Regression in 0.9.0: SQL with window functions returns wrong result
2 participants