kangkaisen 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_r318979529
 
 

 ##########
 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:
   哦,是的。 感谢指出。

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

Reply via email to