Hi, I am seeing errors every time I make a schema migration of this kind on cassandra 2.0.10
ALTER TABLE notifications add "unread_ids" set<timeuuid> static <ErrorMessage code=0000 [Server error] message="java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.RuntimeException: org.apache.cassandra.exceptions.ConfigurationException: comparators do not match or are not compatible."> Weird enough DESCRIBE COLUMNFAMILY notifications; shows that the column unread_ids is created after the error. Any idea if this is an actual bug or if I am doing something wrong? Tommaso