StarRocks / starrocks

StarRocks, a Linux Foundation project, is a next-generation sub-second MPP OLAP database for full analytics scenarios, including multi-dimensional analytics, real-time analytics, and ad-hoc queries.
https://starrocks.io
Apache License 2.0
8.66k stars 1.75k forks source link

Alter table bucket number fails in 3.3.0-cloud cluster #49221

Open wangfuxu opened 1 month ago

wangfuxu commented 1 month ago

ALTER TABLE t_amzdb_campaigns_report_sbv DISTRIBUTED BY HASH(UserId, AccountId) buckets 6; 执行后show alter table optimize查看, image 显示成功, 再show create table t_amzdb_campaigns_report_sbv查

image

wangruin commented 1 month ago

@wangfuxu I test with 3.3.0-cloud version and it works fine, can you provide me with complete table building statement, I will try to reproduce it