kangpinghuang commented on issue #689: be_refactor branch test URL: https://github.com/apache/incubator-doris/issues/689#issuecomment-469990521 In order to test various data type, I use the following tables: CREATE TABLE `test` (`k1` int(11) COMMENT "", `k2` smallint(6) COMMENT "", `k3`tinyint(4) COMMENT "", `k4` bigint(20) COMMENT "", `k5` decimal(9, 3) COMMENT "", `k6` char(5) COMMENT "", `k10` date COMMENT "", `k11` datetime COMMENT "", `k7` varchar(20) COMMENT "", `k8` double MAX COMMENT "", `k9` float SUM COMMENT "") ENGINE=OLAP AGGREGATE KEY(`k1`, `k2`, `k3`, `k4`, `k5`, `k6`, `k10`, `k11`, `k7`) DISTRIBUTED BY HASH(`k1`) BUCKETS 1 PROPERTIES ( "storage_type" = "COLUMN", "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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
