You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sstable: use correct blockkind for checksum validation of blob ref index
Previously, we were using a read function with `blockkind.Metadata` when
we should have passed in the `readBlobRefIndexBlock` read
function (the only difference here is the proper blockkind,
`blockkind.BlobReferenceValueLivenessIndex`, is used)
0 commit comments