-
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.
128084: sql: SHOW CREATE ALL TYPES doesn't work with comment on r=Dedej-Bergin a=Dedej-Bergin There was a bug where comments did not show up in the output of the show create all types command. The issue was that we did not have any code to get the comment and add it to the create type descriptor. I added these changes and also did a bit of cleanup/removed duplicate code in the process. Fixes: #126005 Release note (bug fix): SHOW CREATE ALL TYPES now shows corresponding type comments in it's output. 128715: telemetry: remove expectation of no force-custom counter r=mgartner,kyle-a-wong a=dhartunian This test flakes in cases where we run a query and expect the `sql.plan.type.force-custom` to not get incremented. This can't be guaranteed as this is the default counter and it occasionally gets bumped by background operations. There's no easy way to prevent these from happening so these cases are removed from this suite. Resolves: #128523, #128640 Epic: None Release note: None Co-authored-by: Bergin Dedej <[email protected]> Co-authored-by: David Hartunian <[email protected]>
- Loading branch information
Showing
3 changed files
with
99 additions
and
54 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