fix(query): cast

This commit is contained in:
Liu Jicong 2022-06-14 15:31:47 +08:00
parent 79d9c04a4c
commit 18c0e0ac74
1 changed files with 1 additions and 1 deletions

View File

@ -1415,7 +1415,7 @@ int32_t setResultDataPtr(SReqResultInfo* pResultInfo, TAOS_FIELD* pFields, int32
int32_t bytes = *(int32_t*)p;
p += sizeof(int32_t);
ASSERT(type == pFields[i].type && bytes == pFields[i].bytes);
/*ASSERT(type == pFields[i].type && bytes == pFields[i].bytes);*/
}
int32_t* colLength = (int32_t*)p;