提交 69531c11 编写于 作者: dengyihao's avatar dengyihao

add executor to systable filter

上级 38747697
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册