refactor: do some internal refactor.

This commit is contained in:
Haojun Liao 2022-06-08 20:56:38 +08:00
parent 716dd2c5e4
commit 90024cb130
1 changed files with 1 additions and 1 deletions

View File

@ -1348,7 +1348,7 @@ int32_t setResultDataPtr(SReqResultInfo* pResultInfo, TAOS_FIELD* pFields, int32
int32_t bytes = *(int32_t*) p; int32_t bytes = *(int32_t*) p;
p += sizeof(int32_t); 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; int32_t* colLength = (int32_t*)p;