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

release-20.1: tree: fix window functions in an edge case #53755

Merged
merged 1 commit into from
Sep 2, 2020

Conversation

yuzefovich
Copy link
Member

Backport 1/1 commits from #53722.

/cc @cockroachdb/release


Fixes: #53654.

Release justification: bug fix.

Release note (bug fix): CockroachDB could previously crash when
evaluating queries with window functions with GROUPS mode of framing
when OFFSET FOLLOWING boundary was used and when the offset was a very
large value such that it could result in an integer overflow. This is
now fixed.

Release justification: bug fix.

Release note (bug fix): CockroachDB could previously crash when
evaluating queries with window functions with GROUPS mode of framing
when OFFSET FOLLOWING boundary was used and when the offset was a very
large value such that it could result in an integer overflow. This is
now fixed.
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@yuzefovich yuzefovich merged commit e9efaa3 into cockroachdb:release-20.1 Sep 2, 2020
@yuzefovich yuzefovich deleted the backport20.1-53722 branch September 2, 2020 15:24
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.

None yet

3 participants