chaoyli commented on issue #2444: RLE decoding error URL: https://github.com/apache/incubator-doris/issues/2444#issuecomment-564980126 ``` ``` CREATE TABLE `azzv_lp_fromdomain_day` ( `provinceid` tinyint NOT NULL COMMENT "", `landingpageurl` bigint(40) NOT NULL COMMENT "", `newvisitor` tinyint(11) NOT NULL COMMENT "" ) ENGINE=OLAP DISTRIBUTED BY HASH(`provinceid`) 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]
