forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…db#86179 cockroachdb#86185 cockroachdb#86219 cockroachdb#86222 cockroachdb#86231 85900: sql: implement `REPLACE FUNCTION` r=chengxiong-ruan a=chengxiong-ruan This commit adds to the `REPLACE` path to the `CREATE OR REPLACE FUNCTION` statement. Major changes are (1) fetch function with same signature if exists, and validate (2) remove refereces before replacing the function, and then add new references. Fixes cockroachdb#83236 Release note: None Release justification: This commit includes a fix to avoid duplicate functions. 85964: externalconn: add gs support to External Connections r=rhu713 a=adityamaru This change registers Google Storage `gs` as a supported External Connection. Release note (sql change): Users can now `CREATE EXTERNAL CONNECTION` to represent an underlying google storage resource. Release justification: low risk change to new functionality around External Connections 86156: clusterversions: remove RowLevelTTL version r=rafiss a=rafiss Release justification: low risk change to remove dead code Release note: None 86179: roachtest: reduce slowness threshold in tpchvec/streamer r=yuzefovich a=yuzefovich Release note: None Release justification: test-only change. 86185: grunning: improve some tests r=irfansharif a=irfansharif Release note: None Release justification: test-only changes 86219: storage/metamorphic: skip TestPebbleEquivalence r=erikgrinaker a=jbowens Skip TestPebbleEquivalence until cockroachdb#86102/cockroachdb#86088 is resolved. Release note: None Release justification: Non-production code changes. 86222: sql/logictest: attempt to deflake retry errors r=ajwerner a=ajwerner When we run transactions in logictests, they can be exposed to retry errors. The framework does not have tools to retry whole blocks. In cockroachdb#58217 we added a mechanism to skip tests which hit such errors. Apply that logic here. (hopefully) Fixes cockroachdb#86215 Release justification: testing only change Release note: None 86231: sqlsmith: skip crdb_internal.set_compaction_concurrency r=yuzefovich a=yuzefovich Fixes: cockroachdb#86201 Release justification: test-only change. Release note: None Co-authored-by: Chengxiong Ruan <[email protected]> Co-authored-by: Aditya Maru <[email protected]> Co-authored-by: Rafi Shamim <[email protected]> Co-authored-by: Yahor Yuzefovich <[email protected]> Co-authored-by: irfan sharif <[email protected]> Co-authored-by: Jackson Owens <[email protected]> Co-authored-by: Andrew Werner <[email protected]>
- Loading branch information
Showing
27 changed files
with
1,279 additions
and
784 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
Oops, something went wrong.