mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 01:50:35 +00:00
This patch updates the mapping of static CFs so that their CQL representation is a non-compound, non-dense schema with static columns, instead of regular ones. This matches the representation os static CFs in Cassandra 3.x. Signed-off-by: Duarte Nunes <duarte@scylladb.com>