fix some small bugs

This commit is contained in:
zz0
2021-10-18 11:13:33 +08:00
committed by wangzelin.wzl
parent f335d5a1ce
commit de99c9e067
4 changed files with 62 additions and 21 deletions

View File

@ -349,7 +349,7 @@ int ObExprIsNot::cg_expr(ObExprCGCtx& op_cg_ctx, const ObRawExpr& raw_expr, ObEx
}
} else {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("second param of is expr is not null, true or false", K(ret), K(param2->get_value()));
LOG_WARN("second param of is expr is not null, true, false or infinite or nan", K(ret), K(param2->get_value()));
}
return ret;
}