2.5.10 同步物化视图创建报错

为了更快的定位您的问题,请提供以下信息,谢谢
【详述】问题详细描述
【背景】做过哪些操作?
【业务影响】
【是否存算分离】否
【StarRocks版本】例如:2.5.10
【集群规模】例如:3fe(1 follower+2observer)+20be(fe与be混部)
【机器信息】
【联系方式】社区群3-杨荣

mysql> create MATERIALIZED VIEW max_version as select tenant_id, partition_index, max(version) as max_version from table_1 group by tenant_id, partition_index;

ERROR 1064 (HY000): Unexpected exception: The column[version] must be the key of materialized view