[TD-225]
This commit is contained in:
parent
c121f5b7b9
commit
597dd6341c
|
@ -5515,6 +5515,7 @@ static void sequentialTableProcess(SQInfo *pQInfo) {
|
||||||
|
|
||||||
// the limitation of output result is reached, set the query completed
|
// the limitation of output result is reached, set the query completed
|
||||||
if (limitResults(pRuntimeEnv)) {
|
if (limitResults(pRuntimeEnv)) {
|
||||||
|
setQueryStatus(pQuery, QUERY_COMPLETED);
|
||||||
SET_STABLE_QUERY_OVER(pQInfo);
|
SET_STABLE_QUERY_OVER(pQInfo);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue