cambyzju commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r956848313
########## be/src/olap/olap_define.h: ########## @@ -57,6 +57,9 @@ static const uint16_t OLAP_VARCHAR_MAX_LENGTH = 65535; // the max length supported for string type 2GB static const uint32_t OLAP_STRING_MAX_LENGTH = 2147483647; +// the max length supported for json type 2GB +static const uint32_t OLAP_JSON_MAX_LENGTH = 10 * 1024 * 1024; Review Comment: It seems `10 * 1024 * 1024` do not equal `2GB` -- 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org 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