fix: rawBlockBindData

This commit is contained in:
factosea 2024-02-19 20:13:05 +08:00
parent ccba2c6612
commit 3439ff6e63
1 changed files with 0 additions and 3 deletions

View File

@ -669,9 +669,6 @@ int rawBlockBindData(SQuery* query, STableMeta* pTableMeta, void* data, SVCreate
int32_t numOfRows = *(int32_t*)p;
p += sizeof(int32_t);
// blankFill
p += sizeof(bool);
int32_t numOfCols = *(int32_t*)p;
p += sizeof(int32_t);