chaoyli opened a new issue #4043:
URL: https://github.com/apache/incubator-doris/issues/4043


   ```
   CREATE TABLE duplicate_table_with_null (k1  date,k2  datetime,k3  
char(20),k4  varchar(20),k5  boolean,k6  tinyint,k7  smallint,k8  int,k9  
bigint,k10 largeint,k11 float,k12 double,k13 decimal(27,9)) 
ENGINE=OLAPDUPLICATE KEY(k1, k2, k3, k4, k5)COMMENT "OLAP"DISTRIBUTED BY 
HASH(k2) BUCKETS 3PROPERTIES ("replication_num" = "1","storage_format" = "v2");
   ```


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

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