add executor to systable filter

This commit is contained in:
yihaoDeng 2022-10-21 11:44:28 +08:00
parent 38747697b2
commit 69531c11d0
1 changed files with 3 additions and 3 deletions

View File

@ -3401,9 +3401,9 @@ static SSDataBlock* sysTableBuildUserTablesByUids(SOperatorInfo* pOperator, SArr
blockDataDestroy(p);
// todo temporarily free the cursor here, the true reason why the free is not valid needs to be found
if (ret != 0) {
doSetOperatorCompleted(pOperator);
}
// if (ret != 0) {
doSetOperatorCompleted(pOperator);
//}
pInfo->loadInfo.totalRows += pInfo->pRes->info.rows;
return (pInfo->pRes->info.rows == 0) ? NULL : pInfo->pRes;