chore: fix write_raw_block_with_fields error

Close [TD-21949](https://jira.taosdata.com:18080/browse/TD-21949)
This commit is contained in:
Huo Linhe 2023-01-17 09:12:45 +08:00
parent beb637554c
commit 59ecfb6d96
1 changed files with 1 additions and 2 deletions

View File

@ -671,7 +671,6 @@ int rawBlockBindData(SQuery* query, STableMeta* pTableMeta, void* data, SVCreate
goto end;
}
colLength[c] = htonl(colLength[c]);
int8_t* offset = pStart;
if (IS_VAR_DATA_TYPE(pColSchema->type)) {
pStart += numOfRows * sizeof(int32_t);