fix: cache
This commit is contained in:
parent
8230b238fb
commit
fc4caa23b5
|
@ -648,7 +648,7 @@ int32_t qExecTaskOpt(qTaskInfo_t tinfo, SArray* pResList, uint64_t* useconds, bo
|
||||||
ASSERT(p->info.rows > 0 || p->info.type == STREAM_CHECKPOINT);
|
ASSERT(p->info.rows > 0 || p->info.type == STREAM_CHECKPOINT);
|
||||||
taosArrayPush(pResList, &p);
|
taosArrayPush(pResList, &p);
|
||||||
|
|
||||||
if (current >= rowsThreshold || current >= pRes->info.rows) {
|
if (current >= rowsThreshold) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue