sduzh opened a new issue #4635: URL: https://github.com/apache/incubator-doris/issues/4635
[文档](http://doris.apache.org/master/zh-CN/sql-reference/sql-statements/Data%20Types/VARCHAR.html#description)介绍VARCHAR最大长度为65535,但实际应为65533 ``` mysql(sduzh)> create table t0(k varchar(65535)) distributed by hash(k) buckets 1; ERROR 1064 (HY000): errCode = 2, detailMessage = Varchar size must be <= 65533: 65535 ``` ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org