mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 12:36:56 +00:00
compound set isn't overriding create_single_key_sstable_reader(), so default implementation is always called. Although default impl will provide correct behavior, specialized ones which provides better perf, which currently is only available for TWCS, were being ignored. compound set impl of single key reader will basically combine single key readers of all sets managed by it. Fixes #8415. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com> Message-Id: <20210406205009.75020-1-raphaelsc@scylladb.com>