TangSiyang2001 commented on PR #16757:
URL: https://github.com/apache/doris/pull/16757#issuecomment-1429529028
> > > could you plz add some test?
> >
> >
> > What kind of test? My manual test result was like below,and it did work
then:
> > ```shell
> > 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.
> > ```
>
> you can try to add FE UT or regression test.
A FE UT might be proper, I'll add it.
--
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]