mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-23 08:12:08 +00:00
The test case assumed int32 partition key, but scylla_bench_large_part_ds1 has int64 partition key. This resulted in no results to be returned by the reader. Fixs by introducing a partition key factory on the data source level. Message-Id: <20220105150550.67951-1-tgrabiec@scylladb.com>