Merge pull request #16095 from taosdata/feature/3.0_fill_enh

fix(query): set ignore flag when skip current datablock.
This commit is contained in:
Haojun Liao 2022-08-14 01:17:26 +08:00 committed by GitHub
commit fd385a99d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}