From e800a0e23e3b3951c35120e9d5b2bf2bdd8e618e Mon Sep 17 00:00:00 2001 From: shenglian zhou Date: Tue, 10 May 2022 12:00:00 +0800 Subject: [PATCH] fix: improve schemaless insert log message --- src/client/src/tscParseLineProtocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/src/tscParseLineProtocol.c b/src/client/src/tscParseLineProtocol.c index f3326bdb7b..a806bc2e69 100644 --- a/src/client/src/tscParseLineProtocol.c +++ b/src/client/src/tscParseLineProtocol.c @@ -930,7 +930,7 @@ _cleanup: free(colKVs); 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; } else { *cTableSqlLen = totalLen; -- GitLab