fix:error in grou by tag

This commit is contained in:
wangmm0220 2022-08-22 15:15:03 +08:00
parent 36b60ab082
commit 23d8ebf129
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}
}