Add error codes for sql module, !! Please Read Task Description Carefully!!
This commit is contained in:
@ -277,7 +277,7 @@ int ObExprJsonArray::eval_ora_json_array(const ObExpr &expr, ObEvalCtx &ctx, ObD
|
||||
}
|
||||
ret = OB_OPERATE_OVERFLOW;
|
||||
LOG_USER_ERROR(OB_OPERATE_OVERFLOW, res_ptr, "json_array");
|
||||
} else if (ObJsonExprHelper::pack_json_str_res(expr, ctx, res, res_string)) {
|
||||
} else if (OB_FAIL(ObJsonExprHelper::pack_json_str_res(expr, ctx, res, res_string))) {
|
||||
LOG_WARN("fail to pack ressult.", K(ret));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user