mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 19:35:12 +00:00
With first partition's first position and last partition's last partition, we'll be able to determine which fragments composing a sstable run store a large partition that was split. Then sstable run will be able to detect if all fragments storing a given large partition are disjoint in the clustering level. Fixes #10637. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>