TomaYoko commented on issue #40950:
URL: https://github.com/apache/doris/issues/40950#issuecomment-2359721988

   CREATE TABLE test1
   ( id VARCHAR(20),
   c1 int
   )
   ENGINE=OLAP
   DUPLICATE KEY( id )
   COMMENT "OLAP"
   DISTRIBUTED BY HASH( id ) BUCKETS auto
   PROPERTIES (
   "replication_num" = "1"
   );


-- 
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]

Reply via email to