fix catalog issue

This commit is contained in:
dapan1121 2022-05-21 19:14:17 +08:00
parent d885db2858
commit dbb3c3e4a2
1 changed files with 0 additions and 5 deletions

View File

@ -87,11 +87,6 @@ int32_t ctgProcessRspMsg(void* out, int32_t reqType, char* msg, int32_t msgSize,
}
case TDMT_MND_RETRIEVE_FUNC: {
if (TSDB_CODE_SUCCESS != rspCode) {
if (TSDB_CODE_MND_FUNC_NOT_EXIST == rspCode) {
qError("funcName %s not exist in mnode", target);
CTG_RET(TSDB_CODE_SUCCESS);
}
qError("error rsp for get udf, error:%s, funcName:%s", tstrerror(rspCode), target);
CTG_ERR_RET(rspCode);
}