This commit is contained in:
Haojun Liao 2020-12-02 18:46:28 +08:00
parent c121f5b7b9
commit 597dd6341c
1 changed files with 1 additions and 0 deletions

View File

@ -5515,6 +5515,7 @@ static void sequentialTableProcess(SQInfo *pQInfo) {
// the limitation of output result is reached, set the query completed
if (limitResults(pRuntimeEnv)) {
setQueryStatus(pQuery, QUERY_COMPLETED);
SET_STABLE_QUERY_OVER(pQInfo);
break;
}