mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +00:00
The compound set shouldn't be exposed in main_sstables() because once we complete the switch to column_family_for_tests::table_state, can happen compaction will try to remove or add elements to its set snapshot, and compound set isn't allowed to either ops. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>