fix(query): set ignore flag when skip current datablock.

This commit is contained in:
Haojun Liao 2022-08-13 22:51:54 +08:00
parent f96aa3e2ff
commit 0572256eaa
1 changed files with 1 additions and 0 deletions

View File

@ -353,6 +353,7 @@ static int32_t loadDataBlock(SOperatorInfo* pOperator, STableScanInfo* pTableSca
pBlockInfo->window.skey, pBlockInfo->window.ekey, pBlockInfo->rows);
pCost->skipBlocks += 1;
*status = FUNC_DATA_REQUIRED_FILTEROUT;
return TSDB_CODE_SUCCESS;
}