Hi,
I'm using 0.7.0-rc1,and when I use cassandra-cli to create a column family with metadata, I got "null",and no column family is created.
The command I use is:

/create keyspace test;
use test;
create column family test1 with column_type = 'Super' and comparator = 'LongType' and column_metadata =[{column_name:a,validation_class:LongType}];/

And also the examples gived by "help create column family;" won't work!

Any ideas?
Thanks!

Reply via email to