Doris-Extras commented on pull request #8003:
URL: https://github.com/apache/incubator-doris/pull/8003#issuecomment-1035786878
mysql> create table array_type_table(k1 INT, k2 Array<Array<int>>) duplicate
key (k1)
-> distributed by hash(k1) buckets 1 properties('replication_num' = '1');
why not use create table array_type_table(k1 INT, k2 Array<int>) ?
--
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]