From 7f270867e685b2367ad5320a1ebccc983f381728 Mon Sep 17 00:00:00 2001 From: Ganlin Zhao Date: Tue, 8 Feb 2022 14:29:41 +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 7c17a0a980..cdb13edb08 100644 --- a/src/common/src/texpr.c +++ b/src/common/src/texpr.c @@ -2116,7 +2116,7 @@ void vectorTimeFunc(int16_t functionId, tExprOperandInfo *pInputs, int32_t numIn break; } default: { - timeVal = 0; + timeVal = timeVal; break; } } -- GitLab