mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 20:27:03 +00:00
This kills two birds with one stone. First, it factors out (quite a lot of) common arguments that are passed to table.make_sstable(). Second, it makes the helpers call sstable manager with extended args making it possible to remove those wrappers from table class later. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>