mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-25 09:11:10 +00:00
This patch ensures we correctly serialize range tombstones for dense non-compound schemas, which until now assumed the bounds were compound composite. We also fix the reading function, which assumed the same thing. This affected Apache Cassandra compatibility. Fixes #2986 Signed-off-by: Duarte Nunes <duarte@scylladb.com>