【问题标题】:unable to change data type of cassandra column无法更改 cassandra 列的数据类型
【发布时间】:2020-11-22 20:18:35
【问题描述】:

对于这张桌子

mytable(
    id text PRIMARY KEY,
    before_creation_hour int,
   ... creation_hour bigint,
...)

当我尝试更改 before_creation_hour 的类型时,出现错误

cqlsh:codingjedi> alter table mytable
              ... alter before_creation_hour type bigint;
InvalidRequest: Error from server: code=2200 [Invalid query] message="Altering of types is not allowed"`

我做错了什么?

【问题讨论】:

    标签: cassandra-3.0 cqlsh


    【解决方案1】:
    猜你喜欢
    • 2018-08-25
    • 1970-01-01
    • 1970-01-01
    • 2017-01-05
    • 1970-01-01
    • 2022-10-08
    • 2014-03-21
    • 2015-10-31
    • 1970-01-01
    相关资源
    最近更新 更多