-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
70469: builtins: use IdentityReturnType when possible r=otan a=rafiss fixes #70475 see individual commits Release note: None 70572: ui: optimize cluster-ui build r=jordanlewis,Azhng a=koorosh Before, `cluster-ui` webpack configuration preprocessed protobuf's generated code with babel and it took significant amount of time. With current change, webpack configuration is updated to exclude protobufs bundle from preprocessing and now it is bundled "as is" into main bundle. Release note: none 70598: vendor: bump Pebble to 9656de4a3019 r=jbowens a=jbowens ``` 9656de4 db: write OPTIONS file to temporary path 558d587 internal/cache: prevent coldTarget from becoming greater than targetSize 634eb34 db: support nil logger in EventListener.EnsureDefaults d2266ba internal/cache: update entry size in the etTest to etHot transition ``` Bumping now because I need 634eb34 for fixing the disk-full roachtest. Release note: None 70606: builtins: array builtins handle mismatched tuple types r=otan a=rafiss fixes #70481 fixes #70480 fixes #70479 fixes #70478 fixes #70477 fixes #70476 The first commit is a refactor to add a new CompareError method to Datum. It propagates errors instead of panicking. Since these builtins take in AnyTuple, the tuple contents aren't type-checked. Instead, we must handle any errors that occur during tuple comparison at execution-time. This matches the PostgresSQL behavior. No release note since this bug was never released anywhere. Release note: None Co-authored-by: Rafi Shamim <[email protected]> Co-authored-by: Andrii Vorobiov <[email protected]> Co-authored-by: Jackson Owens <[email protected]>
- Loading branch information
Showing
12 changed files
with
516 additions
and
138 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
Oops, something went wrong.