mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 16:33:35 +00:00
By default, the schema is marked as compound regardless of the comparator. Since a composite comparator for static CFs is currently unsupported (otherwise thrift column families would be indistinguishable from CQL ones), just mark them as non-compound. Signed-off-by: Duarte Nunes <duarte@scylladb.com>