[td-2895] refactor.

This commit is contained in:
Haojun Liao 2021-03-01 17:31:07 +08:00
parent dd3174df37
commit 11f07ea038
2 changed files with 1 additions and 6 deletions

View File

@ -3218,13 +3218,7 @@ int32_t loadDataBlockOnDemand_rv(SQueryRuntimeEnv *pRuntimeEnv, STableScanInfo*
}
}
// todo add tscomp filter
STableId* id = TSDB_TABLEID(pQuery->current->pTable);
if (pQuery->numOfFilterCols > 0 || pRuntimeEnv->pTsBuf != NULL) {
if (id->tid == 2) {
int32_t k = 1;
printf("%d\n", k);
}
filterDataBlock_rv(pRuntimeEnv, pQuery->pFilterInfo, pQuery->numOfFilterCols, pBlock, pRuntimeEnv->pTsBuf,
QUERY_IS_ASC_QUERY(pQuery));
}

View File

@ -347,6 +347,7 @@ $val = $rowNum + $rowNum
print $val
print $rows
if $rows != $val then
print expect $val , actual:$rows
return -1
endi