mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 21:55:50 +00:00
The intention was that its clone() would actually clone the content of an existing set into a new one, but the current impl is actually moving the sets instead of copying them. So the original set becomes invalid. Luckily, this problem isn't triggered as we're not exposing the compound set in the table's interface, so the compound_sstable_set::clone() method isn't being called. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>