-
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
server: add internal_app_name_prefix to ListSessionsResponse #76307
Conversation
956c4ed
to
c640017
Compare
pkg/server/serverpb/status.proto, line 823 at r1 (raw file):
Any reason this field value is 4 and not 3? |
c640017
to
6fee634
Compare
6fee634
to
707cf36
Compare
Good catch! Fixed it. |
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 1 of 2 files at r2.
Reviewable status: complete! 0 of 0 LGTMs obtained (waiting on @gtr and @xinhaoz)
-- commits, line 8 at r2:
you're adding a new value on the api, so there is a release note, in this case a "api change" one
707cf36
to
8298732
Compare
pkg/server/status.go, line 2298 at r3 (raw file):
Make sure to add this to |
Previously, the InternalAppNamePrefix constant from catconstants was only included in the Statements Response. This change adds that same field to the ListSessionsResponse. Release note: none
8298732
to
21dd242
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.
Reviewed 1 of 1 files at r3.
Reviewable status: complete! 0 of 0 LGTMs obtained (waiting on @gtr, @maryliag, and @xinhaoz)
bors r+ |
Build succeeded: |
Previously, the
InternalAppNamePrefix
constant fromcatconstants
wasonly included in the Statements Response. This change adds that same
field to the
ListSessionsResponse
.Release note (API change):
InternalAppNamePrefix
added toListSessionsResponse
.