-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SHOW CREATE ALL TYPES doesn't work with comment on #126005
Labels
branch-master
Failures and bugs on the master branch.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Comments
Dedej-Bergin
added
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
labels
Jun 21, 2024
Hi @Dedej-Bergin, please add branch-* labels to identify which branch(es) this C-bug affects. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
Dedej-Bergin
added a commit
to Dedej-Bergin/cockroach
that referenced
this issue
Aug 1, 2024
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: cockroachdb#126005 Release note (bug fix): SHOW CREATE ALL TYPES now shows corresponding type comments in it's output.
Dedej-Bergin
added a commit
to Dedej-Bergin/cockroach
that referenced
this issue
Aug 12, 2024
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: cockroachdb#126005 Release note (bug fix): SHOW CREATE ALL TYPES now shows corresponding type comments in it's output.
craig bot
pushed a commit
that referenced
this issue
Aug 12, 2024
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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
branch-master
Failures and bugs on the master branch.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
To Reproduce
Expected behavior
Jira issue: CRDB-39720
Jira issue: CRDB-40713
The text was updated successfully, but these errors were encountered: