Skip to content
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

kv: use version-less key in rditer.KeyRange #72894

Merged
merged 1 commit into from
Nov 18, 2021

Conversation

nvanbenschoten
Copy link
Member

This commit replaces the use of storage.MVCCKey bounds with roachpb.Key
bounds in rditer.KeyRange. It addresses an existing TODO and helps clarify
things in #72121 slightly, as that PR is going to add a new field to MVCCKey.

This commit replaces the use of `storage.MVCCKey` bounds with `roachpb.Key`
bounds in `rditer.KeyRange`. It addresses an existing TODO and helps clarify
things in cockroachdb#72121 slightly, as that PR is going to add a new field to `MVCCKey`.
@nvanbenschoten nvanbenschoten requested a review from a team as a code owner November 17, 2021 22:57
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@tbg tbg removed the request for review from a team November 18, 2021 09:30
Copy link
Collaborator

@sumeerbhola sumeerbhola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for cleaning this up!
:lgtm:

Reviewed 8 of 8 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @nvanbenschoten)

Copy link
Contributor

@AlexTalks AlexTalks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: :shipit: complete! 2 of 0 LGTMs obtained (waiting on @nvanbenschoten)

@nvanbenschoten
Copy link
Member Author

TFTRs!

bors r+

@craig
Copy link
Contributor

craig bot commented Nov 18, 2021

Build succeeded:

@craig craig bot merged commit 4c8c0d4 into cockroachdb:master Nov 18, 2021
@nvanbenschoten nvanbenschoten deleted the nvanbenschoten/rdIterKey branch November 20, 2021 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants