fix adjust table info 4016

This commit is contained in:
SevenJ-swj
2023-08-21 11:44:13 +00:00
committed by ob-robot
parent c7194a0085
commit c98250b6fd

View File

@ -421,9 +421,6 @@ int ObRawExprReplacer::check_from_expr_existed(const ObRawExpr *from_expr,
} else if (OB_UNLIKELY(old_expr != to_expr)) { } else if (OB_UNLIKELY(old_expr != to_expr)) {
if (overwrite) { if (overwrite) {
is_existed = false; is_existed = false;
} else {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("conflict expr replace rules", K(ret), KPC(from_expr), KPC(to_expr), KPC(old_expr));
} }
} }
return ret; return ret;