refactor: do some internal refactor.

This commit is contained in:
Haojun Liao 2022-10-22 15:00:27 +08:00
parent 5899d1d619
commit 1fa1e55dee
1 changed files with 1 additions and 1 deletions

View File

@ -1897,7 +1897,7 @@ int32_t setResultDataPtr(SReqResultInfo* pResultInfo, TAOS_FIELD* pFields, int32
// check fields
for (int32_t i = 0; i < numOfCols; ++i) {
int16_t type = *(int16_t*)p;
int8_t type = *(int8_t*)p;
p += sizeof(int8_t);
int32_t bytes = *(int32_t*)p;