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

sstable: fix use of incorrect iterator in CopySpan() #4077

Merged
merged 1 commit into from
Oct 19, 2024

Conversation

itsbilal
Copy link
Member

Previously we were using the wrong index iterator's Separator when iterating over the entries of a two-level index sstable.

@itsbilal itsbilal requested a review from dt October 19, 2024 01:08
@itsbilal itsbilal requested a review from a team as a code owner October 19, 2024 01:08
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Previously we were using the wrong index iterator's Separator
when iterating over the entries of a two-level index sstable.
Copy link
Member

@RaduBerinde RaduBerinde left a comment

Choose a reason for hiding this comment

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

:lgtm:

Wow, nice catch!

Reviewable status: 0 of 3 files reviewed, all discussions resolved (waiting on @dt and @sumeerbhola)

@itsbilal
Copy link
Member Author

TFTR!

@itsbilal itsbilal merged commit f159870 into cockroachdb:master Oct 19, 2024
23 checks passed
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.

3 participants