fix: compile error

This commit is contained in:
Shengliang Guan 2022-07-10 11:49:04 +08:00
parent 998de54728
commit 94f71012ea
1 changed files with 0 additions and 2 deletions

View File

@ -277,8 +277,6 @@ void* MndTestStb::BuildAlterStbUpdateColumnBytesReq(const char* stbname, const c
req.numOfFields = 1;
req.pFields = taosArrayInit(1, sizeof(SField));
req.alterType = TSDB_ALTER_TABLE_UPDATE_COLUMN_BYTES;
req.tagVer = verInBlock;
req.colVer = verInBlock;
SField field = {0};
field.bytes = bytes;