TangSiyang2001 commented on PR #16757:
URL: https://github.com/apache/doris/pull/16757#issuecomment-1429473769
CREATE stmt with `ALL` type will be blocked.
```bash
mysql> create table test (c1 all) distributed by hash(c1)
properties('replication_num'='1');
ERROR 1105 (HY000): errCode = 2, detailMessage = Disable to create table
with `ALL` type columns.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]