diff --git a/source/libs/executor/src/executil.c b/source/libs/executor/src/executil.c index 66da50f2d5..39b2bcef4b 100644 --- a/source/libs/executor/src/executil.c +++ b/source/libs/executor/src/executil.c @@ -711,7 +711,7 @@ int32_t getColInfoResultForGroupby(void* metaHandle, SNodeList* group, STableLis pStart += varDataTLen(data); } else { memcpy(pStart, data, pValue->info.bytes); - pStart += pValue->info.type; + pStart += pValue->info.bytes; } } }