-
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
release-23.2: sql: fix statement tags for CREATE and DROP PROCEDURE #112327
Conversation
46eb5fb
to
63b7faa
Compare
2ae46e4
to
1c8115b
Compare
Thanks for opening a backport. Please check the backport criteria before merging:
If some of the basic criteria cannot be satisfied, ensure that the exceptional criteria are satisfied within.
Add a brief release justification to the body of your PR to justify this backport. Some other things to consider:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @DrewKimball, @ecwall, @fqazi, and @mgartner)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 12 of 12 files at r1, all commit messages.
Reviewable status: complete! 2 of 0 LGTMs obtained (waiting on @blathers-crl[bot], @DrewKimball, @ecwall, @fqazi, and @mgartner)
pkg/sql/schemachanger/scbuild/internal/scbuildstmt/process_test.go
line 24 at r1 (raw file):
func TestSupportedStatements(t *testing.T) { // Some statements n supportedStatements have multiple statementTags. This
typo here, but we can ignore it if it's too onerous to fix it in the backport
I'm not sure if it is directly related, but the timeout in TestCompareLegacyAndDeclarative is a little concerning. Maybe it's a known flake? |
Yeah, it's flaking: #112301 |
Release note: None
1c8115b
to
990295d
Compare
TFTR! |
Backport 1/1 commits from #112054 on behalf of @mgartner.
/cc @cockroachdb/release
Epic: CRDB-25388
Release note: None
Release justification: Minor bug fix for new features.