mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-29 04:37:00 +00:00
random_schema already has a _schema field which in turn has a get_partitioner() function. Store partitioner in random_schema is redundant. At the moment all uses of random_schema are based on default partitioner so it is not necessary to set it explicitly. If in the future we need random_schema to work with other partitioners we will add the constructor back and fix the creation of _schema to contain it. It's not needed now though. Signed-off-by: Piotr Jastrzebski <piotr@scylladb.com>