-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 bounds check in MultiChannelGroupByHash and BigintGroupByHash #12597
Conversation
There's an off-by-one error in the check that can cause a failure when the page is empty
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Is it testable?
Probably. IMO it needs a cleanup of |
Do we want to include a release note for this? |
No. This fixed bug in non-released version |
Cherry-pick of trinodb/trino#12597 There's an off-by-one error in the check that can cause a failure when the page is empty. Co-authored-by: Karol Sobczak <[email protected]>
Cherry-pick of trinodb/trino#12597 There's an off-by-one error in the check that can cause a failure when the page is empty. Co-authored-by: Karol Sobczak <[email protected]>
Cherry-pick of trinodb/trino#12597 There's an off-by-one error in the check that can cause a failure when the page is empty. Co-authored-by: Karol Sobczak <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Accidental review, please ignore
There's an off-by-one error in the check that
can cause a failure when the page is empty
Description
Related issues, pull requests, and links
Documentation
( ) No documentation is needed.
( ) Sufficient documentation is included in this PR.
( ) Documentation PR is available with #prnumber.
( ) Documentation issue #issuenumber is filed, and can be handled later.
Release notes
( ) No release notes entries required.
( ) Release notes entries required with the following suggested text: