提交 dbb3c3e4 编写于 作者: D dapan1121

fix catalog issue

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