mrhhsg opened a new pull request, #36117: URL: https://github.com/apache/doris/pull/36117
## Proposed changes When exceeds the limit, the insert should fail with an error like this: ``` ERROR 1105 (HY000): errCode = 2, detailMessage = Insert has filtered data in strict mode. url: http://10.16.10.8:18042/api/_load_error_log?file=__shard_1/error_log_insert_stmt_4cd3aff651284c8b-b1ecc6f774d3df1b_4cd3aff651284c8b_b1ecc6f774d3df1b ``` ``` curl http://10.16.10.8:18042/api/_load_error_log?file=__shard_1/error_log_insert_stmt_4cd3aff651284c8b-b1ecc6f774d3df1b_4cd3aff651284c8b_b1ecc6f774d3df1b Reason: column_name[k2], the length of input string is too long than vec schema. first 32 bytes of input str: [��Gccc,bb,a,ccc,bb,a,ccc,bb,a,] schema length: -1; limit length: 1048576; actual length: 1179656; . src line []; ``` <!--Describe your changes.--> -- 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