【发布时间】:2016-01-28 02:14:07
【问题描述】:
CREATE TABLE temp (
id bigint PRIMARY KEY,
date timestamp,
count counter
)
我有一张 cassandra 桌子^。我想将字段类型计数器更改为bigint。
ALTER TABLE temp ALTER count TYPE counter ;
ConfigurationException: ErrorMessage code=2300 [查询无效,因为 of configuration issue] message="Cannot change count from type bigint 键入计数器:类型不兼容。”
【问题讨论】: