未验证 提交 6714e4e5 编写于 作者: S shenglian-zhou 提交者: GitHub

Merge pull request #12305 from taosdata/szhou/feature/sml-final

fix: improve schemaless log
...@@ -930,7 +930,7 @@ _cleanup: ...@@ -930,7 +930,7 @@ _cleanup:
free(colKVs); free(colKVs);
if (r == fromIndex) { if (r == fromIndex) {
tscError("buffer can not fit one line"); tscInfo("SML:0x%"PRIx64" Remaining buffer is not enough for line: %d of table %s. Allocate a new buffer to continue", info->id, fromIndex, cTableName);
*cTableSqlLen = 0; *cTableSqlLen = 0;
} else { } else {
*cTableSqlLen = totalLen; *cTableSqlLen = totalLen;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册