fix:error in grou by tag
This commit is contained in:
parent
36b60ab082
commit
23d8ebf129
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue