yeyudefeng commented on issue #17981:
URL: https://github.com/apache/doris/issues/17981#issuecomment-1477208362
example1 table info
CREATE TABLE IF NOT EXISTS example1
(
`k1` bigint COMMENT "k1"
)
DUPLICATE KEY(`k1`)
DISTRIBUTED BY HASH(`k1`) BUCKETS 1
;
insert into example1 values(1),(2),(3),(4),(5),(6)
--
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]