-
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
nstree: fix Catalog namespace validation error messages #93726
Conversation
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 all commit messages.
Reviewable status: complete! 0 of 0 LGTMs obtained (waiting on @postamar)
pkg/sql/catalog/nstree/catalog.go
line 260 at r1 (raw file):
switch ne.GetID() { case descpb.InvalidID: return errors.New("zero descriptor ID")
I always associate invalid with zero, but both languages are fine. Don't feel strongly about it either way.
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 7 of 7 files at r2.
Reviewable status: complete! 0 of 0 LGTMs obtained (waiting on @postamar)
Thanks for your review! bors r+ |
Build failed (retrying...): |
Build failed (retrying...): |
Build failed: |
These mention draining names, but draining names have been removed two major versions ago. Fixes cockroachdb#93724. Release note: None
bors r+ 4th time's the charm |
Build succeeded: |
These mention draining names, but draining names have been removed two major versions ago.
Fixes #93724.
Release note: None