From d895c245801ba7e46e5ca278b1ea8652ac32b379 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Mon, 26 Jul 2021 18:06:32 +0800 Subject: [PATCH] group by multi column --- src/query/src/qExecutor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/query/src/qExecutor.c b/src/query/src/qExecutor.c index c29bf5d97b..28be77af18 100644 --- a/src/query/src/qExecutor.c +++ b/src/query/src/qExecutor.c @@ -3846,7 +3846,6 @@ void setParamForStableStddevByColData(SQueryRuntimeEnv* pRuntimeEnv, SQLFunction pCtx[i].param[0].arr = NULL; pCtx[i].param[0].nType = TSDB_DATA_TYPE_INT; // avoid freeing the memory by setting the type to be int - // find colid in dataBlock int32_t bytes, offset = 0; char* val = NULL; -- GitLab