You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/12/12 12:06:50 UTC

[GitHub] [incubator-doris] chaoyli commented on issue #2444: RLE decoding error

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org