StarRocks / starrocks

The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.
https://starrocks.io
Apache License 2.0
8.96k stars 1.8k forks source link

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

Open wangfuxu opened 3 months ago

wangfuxu commented 3 months 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 3 months 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