You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/08/29 09:09:33 UTC

[GitHub] [incubator-doris] HangyuanLiu commented on a change in pull request #1721: Make bitmap_union agg column support insert into

HangyuanLiu commented on a change in pull request #1721: Make bitmap_union agg column support insert into
URL: https://github.com/apache/incubator-doris/pull/1721#discussion_r318964623
 
 

 ##########
 File path: docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE TABLE.md
 ##########
 @@ -301,8 +301,8 @@
         (
         k1 TINYINT,
         k2 DECIMAL(10, 2) DEFAULT "10.5",
-        v1 VARCHAR(20) BITMAP_UNION,
-        v2 VARCHAR(20) BITMAP_UNION
+        v1 VARCHAR(0) BITMAP_UNION,  // 注意: bitmap_union的varchar长度需要指定为0
+        v2 VARCHAR(0) BITMAP_UNION
         )
 
 Review comment:
   这个文档上面的Bitmap_union好像应该是“并集”

----------------------------------------------------------------
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: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org