提交 3f2ccce9 编写于 作者: B bx0 提交者: LINGuanRen

[asan|pquery]core at sql::ObExprCast::calc_result2

上级 a3fa322b
......@@ -593,13 +593,8 @@ int ObExprCast::calc_result2(ObObj& result, const ObObj& obj1, const ObObj& obj2
ret = OB_ERR_TRUNCATED_WRONG_VALUE;
}
}
LOG_WARN("failed to check accuracy",
K(obj1_round),
K(*res_obj),
K(dest_type),
K(accuracy),
K(ret),
K((expr_ctx).cast_mode_));
LOG_WARN("failed to check accuracy", K(obj1_round), K(dest_type), K(accuracy), K(ret),
K((expr_ctx).cast_mode_));
}
}
if (OB_SUCC(ret)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册