-
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.
82877: sql: support JSONB subscripting for SELECT cases r=mgartner a=otan I've kept the `ArraySubscript` class names and references as PG does this too. We can choose to change this in later iterations. Refs [#77434](#77434) Release note (sql change): Added support for JSONB subscripting in SELECT-style cases, e.g. SELECT json_field['a'] ... WHERE json_field['b'] = ... 83226: changefeedccl: block testfeed closure on canceled status r=samiskin a=samiskin Resolves #82794 TestChangefeedNemeses would sometimes flake on cloudstorage sink likely due to the feed writing files during the tempdirectory closing. Stress testing it on cloudstorage sink failed at 160 executions. This small change blocks feed.Close() on actually seeing the "cancelled" job status to ensure the feed is completely stopped prior to Close completing. Running cloudstorage Nemeses did not fail after 500+ executions. Release note: None Co-authored-by: Oliver Tan <[email protected]> Co-authored-by: Shiranka Miskin <[email protected]>
- Loading branch information
Showing
13 changed files
with
258 additions
and
62 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
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
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.