[td-2895] refactor.
This commit is contained in:
parent
dd3174df37
commit
11f07ea038
|
@ -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));
|
||||
}
|
||||
|
|
|
@ -347,6 +347,7 @@ $val = $rowNum + $rowNum
|
|||
print $val
|
||||
print $rows
|
||||
if $rows != $val then
|
||||
print expect $val , actual:$rows
|
||||
return -1
|
||||
endi
|
||||
|
||||
|
|
Loading…
Reference in New Issue