mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
This patch adds a reproducer for issue #7856, which is about frozen sets and how we can in Scylla (but not in Cassandra), insert one in the "wrong" order, but only in very specific circumstances which this reproducer demonstrates: The bug can only be reproduced in a nested frozen collection, and using prepared statements. Refs #7856 Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20201231085500.3514263-1-nyh@scylladb.com>