authors: add sherman-grewal to authors#74418
Conversation
|
Thank you for contributing to CockroachDB. Please ensure you have followed the guidelines for creating a PR. My owl senses detect your PR is good for review. Please keep an eye out for any test failures in CI. I was unable to automatically find a reviewer. You can try CCing one of the following members:
🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
|
Thank you for updating your pull request. Before a member of our team reviews your PR, I have some potential action items for you:
I was unable to automatically find a reviewer. You can try CCing one of the following members:
🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
Release note: None
3f04bb9 to
83b483f
Compare
|
Thank you for updating your pull request. My owl senses detect your PR is good for review. Please keep an eye out for any test failures in CI. I was unable to automatically find a reviewer. You can try CCing one of the following members:
🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
jlinder
left a comment
There was a problem hiding this comment.
To merge this, ask Craig (our Bors bot) to merge by writing a comment with a line containing bors r+.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status:complete! 1 of 0 LGTMs obtained (waiting on @sherman-grewal)
|
bors r+ |
|
🔒 Permission denied Existing reviewers: click here to make sherman-grewal a reviewer |
|
bors r+ |
74281: migrations: add target column to system.pts_records r=ajwerner,irfansharif a=adityamaru This change adds a `BYTES` column to the system.pts_records table, that will store an encoded protocol buffer representing the `Target` on a protected timestamp record. We do not populate the column in this PR, that will be done in a followup. Additionally, we add a tenant migration to `ALTER TABLE ... ADD COLUMN` to run on the upgrade path for older clusters. Informs: #73727 Release note (sql change): `system.protected_timestamp_records` table now has an additional `target` column that will store an encoded protobuf that represents the target a record protects. This target can either be the entire cluster, tenants, or schema objects (databases/tables). 74418: authors: add sherman-grewal to authors r=sherman-grewal a=sherman-grewal Release note: None Co-authored-by: Aditya Maru <adityamaru@gmail.com> Co-authored-by: Sherman Grewal <sherman.grewal@cockroachlabs.com>
|
Build failed (retrying...): |
|
Build succeeded: |
Release note: None