-
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.
Browse files
Browse the repository at this point in the history
53556: builtins: add in unimplemented spatial builtins r=sumeerbhola a=otan This adds telemetry to remaining unused functions, as well as displaying the issue number when someone attempts to use an unimplemented function. Also changed the wording of the error message to be a little more friendly. Release justification: low risk, high benefit changes Release note: None 53600: build: fix TESTS env variable in roachtest nightly script r=jlinder a=adityamaru AWS TC nightly fails with `unbound variable TESTS`. This change initializes it outside the if condition. Release justification: non-production code changes 53604: telemetry: fix the integer quantization r=irfansharif a=knz The code was previously quantizing 100 to 10, and only 101 and higher to 100. This patch fixes it. Additionally, this code ensures that negative values also get quantized. This change does not impact any caller for now (there is no caller that expects negative value) but will be used in an upcoming setting telemetry change. Release justification: low risk, high benefit changes to existing functionality Release note: None 53643: builtins: implement ST_ForceCollection r=otan a=erikgrinaker Some test cases deviate from PostGIS due to a bug in the WKT encoder (see #53632). The behavior of `ST_ForceCollection` is correct, but the WKT output does not accurately represent the resulting geometry. Not sure if we should wait for the upstream fix or merge this as-is. Release justification: low risk, high benefit changes to existing functionality Release note (sql change): Implement the geometry builtin `ST_ForceCollection`. Closes #48934. 53656: roachtest: ignore version upgrade no inbound stream connection error r=irfansharif a=asubiotto Release justification: non-production code change This error is fixed in 20.2, but may occur on earlier versions because version upgrade is a mixed-version test. Release note: None (testing change) Closes #53393 Co-authored-by: Oliver Tan <[email protected]> Co-authored-by: Aditya Maru <[email protected]> Co-authored-by: Raphael 'kena' Poss <[email protected]> Co-authored-by: Erik Grinaker <[email protected]> Co-authored-by: Alfonso Subiotto Marques <[email protected]>
- Loading branch information
Showing
12 changed files
with
298 additions
and
25 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.