From 2bc3da18479e9728aa91a7106047df48515b8d09 Mon Sep 17 00:00:00 2001 From: Ganlin Zhao Date: Tue, 22 Feb 2022 17:29:52 +0800 Subject: [PATCH] "[TD-11220](query): time related functions" --- src/common/src/texpr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/src/texpr.c b/src/common/src/texpr.c index 5542f8ff5b..8bfc3ee73d 100644 --- a/src/common/src/texpr.c +++ b/src/common/src/texpr.c @@ -2333,7 +2333,7 @@ void vectorTimeFunc(int16_t functionId, tExprOperandInfo *pInputs, int32_t numIn char *newColData = calloc(1, charLen / TSDB_NCHAR_SIZE + 1); int len = taosUcs4ToMbs(varDataVal(inputData[0]), charLen, newColData); if (len < 0){ - uError("vectorTimeFunc taosUcs4ToMbs error 1"); + uError("vectorTimeFunc taosUcs4ToMbs error"); tfree(newColData); return; } -- GitLab