-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
51375: rowexec: add test to verify uncertainty errors are properly returned r=yuzefovich a=asubiotto This PR fixes a bunch of instances that would swallow uncertainty errors in the vectorized engine and adds a test for this. This also uncovered a query termination edge case in the vectorized Inbox we weren't handling properly. Release note (bug fix): fix edge cases where the vectorized execution engine would drop some results under contention 51520: sql: fix UPDATE for partial indexes with non-indexed predicate columns r=RaduBerinde a=mgartner This commit fixes a bug where an UPDATE would not correctly add or remove entries to partial indexes when updating a column present in the partial index predicate, but not indexed or stored. To prevent regressions this commit adds similar test for INSERT and DELETE. Release note: None Co-authored-by: Alfonso Subiotto Marques <[email protected]> Co-authored-by: Marcus Gartner <[email protected]>
- Loading branch information
Showing
14 changed files
with
531 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.