I'm new to Cassandra (version 2.2.1) and I've been using http://relops.com/cqlc/start/ to get me started with accessing it from Go. I'm able to create the keyspace using the linked schema.cql, but when I run the cqlc command in the example, I get the error: " Error querying table schema: Undefined name key_aliases in selection clause".
What is wrong? Why isn't it working?