fix: remove cleanup udf to remove the real problem

This commit is contained in:
shenglian zhou 2022-08-03 10:56:18 +08:00
parent d1989bedb8
commit fa428fc6fb
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ int32_t qExecTask(qTaskInfo_t tinfo, SSDataBlock** pRes, uint64_t* useconds) {
*useconds = pTaskInfo->cost.elapsedTime; *useconds = pTaskInfo->cost.elapsedTime;
} }
cleanUpUdfs(); //cleanUpUdfs();
int32_t current = (*pRes != NULL) ? (*pRes)->info.rows : 0; int32_t current = (*pRes != NULL) ? (*pRes)->info.rows : 0;
uint64_t total = pTaskInfo->pRoot->resultInfo.totalRows; uint64_t total = pTaskInfo->pRoot->resultInfo.totalRows;