Skip to content

sstable: fix properties block location in docs#1413

Merged
nicktrav merged 1 commit intocockroachdb:masterfrom
nicktrav:nickt.fix-comment
Dec 15, 2021
Merged

sstable: fix properties block location in docs#1413
nicktrav merged 1 commit intocockroachdb:masterfrom
nicktrav:nickt.fix-comment

Conversation

@nicktrav
Copy link
Copy Markdown
Contributor

The properties block is written after any range deletion block that may
be present in the sstable.

Fix the docs.

Follow-up from #1400.

The properties block is written after any range deletion block that may
be present in the sstable.

Fix the docs.

Follow-up from cockroachdb#1400.
@nicktrav nicktrav requested a review from sumeerbhola December 15, 2021 20:21
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

Copy link
Copy Markdown
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.

:lgtm:

Reviewed 1 of 1 files at r1.
Reviewable status: all files reviewed (commit messages unreviewed), all discussions resolved (waiting on @nicktrav)

@nicktrav
Copy link
Copy Markdown
Contributor Author

TFTR!

@nicktrav nicktrav merged commit cccd12f into cockroachdb:master Dec 15, 2021
@nicktrav nicktrav deleted the nickt.fix-comment branch December 15, 2021 20:30
Copy link
Copy Markdown
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.

Reviewable status: all files reviewed (commit messages unreviewed), 1 unresolved discussion


sstable/table.go, line 89 at r1 (raw file):

[index block] (for single level index)
[meta range key block] (optional)
[meta rangedel block] (optional)

and looks like we write the rangedel block before the range-key block

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