Open
Description
The sstable_utils.py get_compacted_tombstone_deletion_info
currently only handels partition tombstone.
It uses tombstones_deletion_info = [entry for entry in sstable_data if 'tombstone' in entry]
in:
SCT Should also handle other tombstone types like row/cell/range.
So it could generate and verify all these types in a tombstone test.
refs: #10180 (comment)
Metadata
Metadata
Assignees
Labels
No labels