-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
sql: use Latest[Non]PrimaryIndexDescriptorVersion constants in more places #72818
sql: use Latest[Non]PrimaryIndexDescriptorVersion constants in more places #72818
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 23 of 23 files at r1, all commit messages.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @mgartner and @postamar)
pkg/sql/doctor/doctor_test.go, line 56 at r1 (raw file):
Version: descpb.PrimaryIndexWithStoredColumnsVersion,
This one I could see wanting to leave as the fixed value. 🤷
a12a16a
to
0ee2fe2
Compare
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! 0 of 0 LGTMs obtained (and 1 stale) (waiting on @ajwerner and @postamar)
pkg/sql/doctor/doctor_test.go, line 56 at r1 (raw file):
Previously, ajwerner wrote…
Version: descpb.PrimaryIndexWithStoredColumnsVersion,
This one I could see wanting to leave as the fixed value. 🤷
Done.
2a01881
to
57f5061
Compare
@ajwerner mind taking another quick look? I had to move the constants to avoid a cycle. |
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.
All good!
57f5061
to
0b9db6d
Compare
…laces These constants have been moved from tabledesc to descpb to avoid import cycles. Release note: None
0b9db6d
to
08435c3
Compare
TFTRs! bors r+ |
Build succeeded: |
These constants have been moved from tabledesc to descpb to avoid import
cycles.
Release note: None