2.0.13 执行 ALTRER COLOCATE GROUP 修改表副本数报错

Viewed 12

如题:我想缩减表的副本数,由于建表时指定了"colocate_with" = "xx_colocate_group",执行下面SQL时报错

ALTER COLOCATE GROUP xxdb.xx_colocate_group
SET (
    "replication_allocation"="tag.location.default:1"
);

下面的也不行

ALTER COLOCATE GROUP xx_db.xx_colocate_group
   SET (
       "replication_num"="1"
   );

image.png

文档链接是参考下面:
https://doris.apache.org/zh-CN/docs/2.0/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-COLOCATE-GROUP?_highlight=colocate&_highlight=group

1 Answers

应该是当前版本语法还不兼容导致,看能否先重建下的