[TD-5650]<fix> fix long tag filter conditon error

This commit is contained in:
wangmm0220 2021-08-02 15:38:20 +08:00
parent 3c9b73069c
commit 1e19765ba3
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ typedef struct {
int16_t numOfCols; // the number of columns will be load from vnode
SInterval interval;
SSessionWindow sw; // session window
uint16_t tagCondLen; // tag length in current query
uint32_t tagCondLen; // tag length in current query
uint32_t tbnameCondLen; // table name filter condition string length
int16_t numOfGroupCols; // num of group by columns
int16_t orderByIdx;