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

This commit is contained in:
bx0 2022-02-16 19:22:37 +08:00 committed by LINxiansheng
parent a3fa322bc9
commit 3f2ccce9df

View File

@ -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)) {