Hello, i am trying to read/write to cassandra using go and receiving this error "columnfamily alone is required for standard CF" back from cassandra server (1.03 on ubuntu). I generated the go files using this thrift http://svn.apache.org/repos/asf/cassandra/tags/cassandra-1.0.3/interface/cassandra.thrift
The examples here http://wiki.apache.org/cassandra/ThriftExamples appear to different from the 1.03 api for "insert" in needing a "column_parent" which i am passing with an empty "super_column" yet the server appears to think I am passing it? Any thoughts, I am not making much progress on this. Thanks Aaron