【发布时间】:2016-05-04 08:16:53
【问题描述】:
create table tbl_master_values (
dbid int primary key,
user_dbid int, reg_dbid int,
module_dbid int,
fields_value map<text,list<text>>,
created_date timestamp,
modified_date timestamp);
它返回此错误:
InvalidRequest: code=2200 [Invalid query]
message="Non-frozen collections are not allowed inside collections: map<text, list<text>>"
【问题讨论】:
-
你的脚本中有一个类型:fields_value map>
-
@doanduyhai 我也看到了。结果证明他的语法是正确的,但是 StackOverflow 编辑器错误地解释了他的尖括号。
标签: dictionary collections cassandra nested cql3