Hi, I have Cassandra 3.11.9 installed on my setup. I used the Cassandra-stress tool to create testing data for my cluster. I can see that the *Cassandra-stress tool creates a counter1 table with "Static" column in a COMPACT STORAGE table.*
As far as I know according to *Cassandra documentation - "A compact storage table cannot use collections nor static columns."* https://cassandra.apache.org/doc/latest/cql/ddl.html *So how is the Cassandra-stress tool creating "static" columns in a COMPACT STORAGE table? Is there a bug? If not can someone please let me know how it is allowed to create such schema as I am not able to create such schema manually?* Regards Radha Wadhera