fix:add control for raw data in schemaless

This commit is contained in:
wangmm0220 2023-12-19 11:34:15 +08:00
parent ef621a06a7
commit 84d18005f2
1 changed files with 1 additions and 1 deletions

View File

@ -1658,7 +1658,7 @@ static bool getLine(SSmlHandle *info, char *lines[], char **rawLine, char *rawLi
}
}
if(*rawLine != NULL){
if(*rawLine != NULL && (uDebugFlag & DEBUG_DEBUG)){
char* print = taosMemoryCalloc(*len + 1, 1);
memcpy(print, *tmp, *len);
uDebug("SML:0x%" PRIx64 " smlParseLine is raw, numLines:%d, protocol:%d, len:%d, data:%s", info->id,