Skip to content

Commit 29f2090

Browse files
committed
colblk: add tiering-related TODO
1 parent 390345f commit 29f2090

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sstable/colblk/data_block.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,8 @@ func (assertNoExternalValues) GetInternalValueForPrefixAndValueHandle(
902902
// should make a copy.
903903
//
904904
// Note that the input slice must be 8-byte aligned.
905+
//
906+
// TODO(radu): RewriteSuffixes silently drops secondary blob handles.
905907
func (rw *DataBlockRewriter) RewriteSuffixes(
906908
input []byte, from []byte, to []byte,
907909
) (start, end base.InternalKey, rewritten []byte, err error) {

0 commit comments

Comments
 (0)