fix: fix mac compile issue

This commit is contained in:
dapan1121 2022-07-21 14:06:38 +08:00
parent 1d31de43d1
commit 3621aa5540
1 changed files with 1 additions and 1 deletions

View File

@ -2162,7 +2162,7 @@ static SSDataBlock* sysTableScanUserSTables(SOperatorInfo* pOperator) {
}
pInfo->pRes->info.rows = 0;
pOperator->status == OP_EXEC_DONE;
pOperator->status = OP_EXEC_DONE;
pInfo->loadInfo.totalRows += pInfo->pRes->info.rows;
return (pInfo->pRes->info.rows == 0) ? NULL : pInfo->pRes;