我正在尝试使用此命令向我的Cassandra
列系列插入时间值。
set User['1234']['lastUpdated']='2013-07-18T10:10:00.000Z';
我创建了我的专栏系列,如下所示:
create column family User
with comparator=UTF8Type
and default_validation_class=UTF8Type;
当我执行命令时,我得到以下内容
了java.lang.RuntimeException: org.apache.cassandra.db.marshal.MarshalException:未知的timeuuid 代表:2013-07-18T10:10:00.000Z。